diff --git a/modules/__pycache__/admin.cpython-36.pyc b/modules/__pycache__/admin.cpython-36.pyc index 50680f2..c4531f5 100644 Binary files a/modules/__pycache__/admin.cpython-36.pyc and b/modules/__pycache__/admin.cpython-36.pyc differ diff --git a/modules/__pycache__/nlp.cpython-36.pyc b/modules/__pycache__/nlp.cpython-36.pyc index d94a24e..487538b 100644 Binary files a/modules/__pycache__/nlp.cpython-36.pyc and b/modules/__pycache__/nlp.cpython-36.pyc differ diff --git a/modules/admin.py b/modules/admin.py index cc641d9..0e35722 100644 --- a/modules/admin.py +++ b/modules/admin.py @@ -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 : quit reload commit part join joins eval send'] self.help['admin quit'] = ['admin quit - make the bot disconnect','no'] diff --git a/modules/nlp.py b/modules/nlp.py index 2ec98da..d9fe005 100644 --- a/modules/nlp.py +++ b/modules/nlp.py @@ -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)