slogan: strip strings

This commit is contained in:
mutantmonkey
2011-07-28 10:55:23 -04:00
parent fa3fd7110c
commit 20c9f25b23

View File

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