more updates :D

This commit is contained in:
Luke Rogers 2013-10-03 23:15:06 +13:00
parent c71ca0632a
commit 59890e740a
4 changed files with 28 additions and 13 deletions

View file

@ -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=user):
def notice(message, target=nick):
"""sends a notice to the current channel/user or a specific channel/user"""
conn.cmd('NOTICE', [target, message])