|
|
@ -97,6 +97,8 @@ hook = decorators.generate(HOOKS, raw_nick=True, permissions=False) |
|
|
|
def connect_callback(cli): |
|
|
|
def connect_callback(cli): |
|
|
|
|
|
|
|
|
|
|
|
def prepare_stuff(*args): |
|
|
|
def prepare_stuff(*args): |
|
|
|
|
|
|
|
cli.send("OPER", botconfig.OPERUSER, botconfig.OPERPASS) |
|
|
|
|
|
|
|
|
|
|
|
cli.join(botconfig.CHANNEL) |
|
|
|
cli.join(botconfig.CHANNEL) |
|
|
|
cli.msg("ChanServ", "op "+botconfig.CHANNEL) |
|
|
|
cli.msg("ChanServ", "op "+botconfig.CHANNEL) |
|
|
|
|
|
|
|
|
|
|
|