remove some channels

This commit is contained in:
xfnw 2020-07-11 22:03:08 +00:00
parent 30887a76a2
commit b0c6af6dc2
2 changed files with 1 additions and 2 deletions

View file

@ -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", "#clubcraft", "#rscmakerspace", "#archlinux", "#tildetel", "#one", "#starlanes", "#ipd", "#pinebox"]
self.joins = ["#chaos", "#lickthecheese", "#windowsloser", "#cminecraft", "#team", "#clubcraft", "#rscmakerspace", "#archlinux", "#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']

View file

@ -75,7 +75,6 @@ async def go(self, c, n, m):
await self.message(c, ' '.join(await genOut(self, await getNoun(self, words))))
async def init(self):
self.db = dataset.connect('sqlite:///database.db')
self.qtime = {}