collect even more data
This commit is contained in:
parent
22eeeb5fd2
commit
ae2b0bc01e
4 changed files with 4 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -85,7 +85,7 @@ async def adminHandle(self, chan, source, msg):
|
|||
|
||||
async def init(self):
|
||||
self.cmd['admin'] = adminHandle
|
||||
self.joins = ["#chaos", "#lickthecheese", "#windowsloser", "#cminecraft", "#team", "#meta", "#rscmakerspace", "#archlinux", "#tildetel", "#one", "#starlanes", "#ipd", "#pinebox"]
|
||||
self.joins = ["#chaos", "#lickthecheese", "#windowsloser", "#cminecraft", "#team", "#clubcraft", "#rscmakerspace", "#archlinux", "#tildetel", "#one", "#starlanes", "#ipd", "#pinebox"]
|
||||
|
||||
self.help['admin'] = ['admin - various bot owner commands (more for subcommands)', 'sub-commands of admin, for more info do help admin <command>: quit reload commit part join joins eval send']
|
||||
self.help['admin quit'] = ['admin quit <message> - make the bot disconnect','no']
|
||||
|
|
|
@ -61,6 +61,9 @@ async def filter(self, c, n, m):
|
|||
elif m[:4] == 'kim ':
|
||||
m = m[4:]
|
||||
await go(self, c, n, m)
|
||||
else:
|
||||
if len(m.split(' ')) > 1:
|
||||
await rec(self, m)
|
||||
|
||||
async def go(self, c, n, m):
|
||||
await rec(self, m)
|
||||
|
|
Loading…
Reference in a new issue