[irc] add small help
This commit is contained in:
parent
052bd09540
commit
91e7b4c5c5
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user