Remove halbot, update slogan module to show usage when used improperly
This commit is contained in:
@@ -17,6 +17,10 @@ def sloganize(word):
|
||||
|
||||
def slogan(phenny, input):
|
||||
word = input.group(2)
|
||||
if word is None:
|
||||
phenny.say("You need to specify a word; try .slogan Granola")
|
||||
return
|
||||
|
||||
slogan = sloganize(word)
|
||||
|
||||
# Remove HTML tags
|
||||
|
||||
Reference in New Issue
Block a user