Fix mbtilde

This commit is contained in:
minerobber 2018-12-23 20:34:29 +00:00
parent 61785c4035
commit fd588cffee
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ def on_mbtilde(bot,channel,nick,subcmd,*args):
for arg in args:
if (arg.isdigit() and int(arg)>100):
bot.say(channel,"no u")
return
if subcmd=="ask":
bot.say(channel,"!tilde")
elif subcmd=="parrot":