slogan: strip strings
parent
fa3fd7110c
commit
20c9f25b23
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue