slogan: strip strings

master
mutantmonkey 2011-07-28 10:55:23 -04:00
parent fa3fd7110c
commit 20c9f25b23
1 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ def slogan(phenny, input):
phenny.say("You need to specify a word; try .slogan Granola") phenny.say("You need to specify a word; try .slogan Granola")
return return
word = word.strip()
slogan = sloganize(word) slogan = sloganize(word)
# Remove HTML tags # Remove HTML tags