# HG changeset patch # User William Pitcock # Date 1182287245 18000 # Node ID 97dc42683fc68abd30a0f1856deb72dec5df05ed # Parent 9373f9ec469d77ca653d8b3f06772db7e056daae Fix some bugs. diff -r 9373f9ec469d -r 97dc42683fc6 contrib/xchat-audacious.py --- a/contrib/xchat-audacious.py Tue Jun 19 15:36:44 2007 -0500 +++ b/contrib/xchat-audacious.py Tue Jun 19 16:07:25 2007 -0500 @@ -92,6 +92,7 @@ global ignore_services ignore_services = 0 + return 1 def presence_notification_dispatch(userdata=None): global ignore_services @@ -110,6 +111,8 @@ ctx.command("nickserv set qproperty np %s" % (title)) + return 1 + presence_notification_dispatch() xchat.hook_timer(60000, presence_notification_dispatch) xchat.hook_timer(1000, unset_ignore_services)