[irc] add small help

This commit is contained in:
HarHar 2013-01-24 18:04:49 -02:00
parent 052bd09540
commit 91e7b4c5c5

View File

@ -167,6 +167,8 @@ class Bot(object):
self.functions[6](room, False)
else:
self.msg(to, chr(2) + 'Usage:' + chr(15) + ' !play [room]')
elif split[0].lower() == '!help':
self.msg(to, chr(2) + 'Available commands:' + chr(15) + ' !rooms / !roominfo [room] / !pause / !play')
def handlingThread(sock, bot):
while bot.active: