changed notice default back to user
This commit is contained in:
parent
75841ca1df
commit
9d0f9248ff
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ class Input(dict):
|
|||
"""sends an ctcp to the current channel/user or a specific channel/user"""
|
||||
conn.ctcp(target, ctcp_type, message)
|
||||
|
||||
def notice(message, target=chan):
|
||||
def notice(message, target=user):
|
||||
"""sends a notice to the current channel/user or a specific channel/user"""
|
||||
conn.cmd('NOTICE', [target, message])
|
||||
|
||||
|
|
Reference in a new issue