Possibly broke, fixed formatting.
This commit is contained in:
parent
b08bc570d1
commit
fb62640ccc
2 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ def invite(paraml, conn=None):
|
|||
|
||||
# Identify to NickServ (or other service)
|
||||
@hook.event('004')
|
||||
def onjoin(paraml, conn=None, bot=None):
|
||||
def onjoin(conn=None, bot=None):
|
||||
nickserv_password = conn.conf.get('nickserv_password', '')
|
||||
nickserv_name = conn.conf.get('nickserv_name', 'nickserv')
|
||||
nickserv_command = conn.conf.get('nickserv_command', 'IDENTIFY %s')
|
||||
|
|
Reference in a new issue