remove some channels
This commit is contained in:
parent
30887a76a2
commit
b0c6af6dc2
2 changed files with 1 additions and 2 deletions
|
@ -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']
|
||||
|
|
|
@ -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 = {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue