From ae2b0bc01e05f08962ad31b885fe84d9deb0da7e Mon Sep 17 00:00:00 2001 From: lickthecheese Date: Mon, 27 Apr 2020 10:42:23 -0400 Subject: [PATCH] collect even more data --- modules/__pycache__/admin.cpython-36.pyc | Bin 4116 -> 4121 bytes modules/__pycache__/nlp.cpython-36.pyc | Bin 2731 -> 2791 bytes modules/admin.py | 2 +- modules/nlp.py | 3 +++ 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/__pycache__/admin.cpython-36.pyc b/modules/__pycache__/admin.cpython-36.pyc index 50680f299398f8c1387e38312d0a461b964f48f7..c4531f521561d4771291bb7715d7ba8d7f12776f 100644 GIT binary patch delta 35 rcmbQDFjIlkn3tD}*?UP`&PL8N+}vEs$vLG-$wi52C7W+^Te1KEvnC4P delta 30 mcmbQKFhzmWn3tDJL11xQ`bN$(+-$7Mxv3?In;&pnvH$>l{0OH2 diff --git a/modules/__pycache__/nlp.cpython-36.pyc b/modules/__pycache__/nlp.cpython-36.pyc index d94a24ed4ef70b2b88f7e0edebe64f79f182b62e..487538bee2293ab2b22021799a2b2d7b89b7e882 100644 GIT binary patch delta 215 zcmZ22`dpOLn3tDJ?)|d3!y7rv*co?BZeUNU52;~JVMt+YWs+n_VajGIngrxCrZ9l` zwag_fH4HV3HB2?k%`Bb_DGVMAj0|~7B|v@_YYKBSV>4q4OEyc1EUNh3!?<15Th8Q03#2h7?aTCHjXEZE|ar4k1%>qHsGpY=H*}q06=FilmGw# delta 168 zcmaDZx>}Uen3tF9y5QotmW`Zc?2J<;H?Suq8`LnTFr+ZHGD$L|Fl93pO#t#4Qy4(} zTILd#8ipFi8m1cNW)@F|6b26lMj#o?pvmm_l7)eRp^7CtGgm>A^%iSkNoH>9Efz4z zoRgY&i>;t2H7&E^7E^luDoGZzOt0M1`4!~g&Q 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)