# HG changeset patch # User William Pitcock # Date 1182301775 18000 # Node ID f5c37e128ae538d1e8b686ec62dbf418cb44538b # Parent 3b730938c9eb8b4540e8eb8ab6c88e7601e263b9 Fixes. diff -r 3b730938c9eb -r f5c37e128ae5 contrib/xchat-audacious.py --- a/contrib/xchat-audacious.py Tue Jun 19 17:02:19 2007 -0500 +++ b/contrib/xchat-audacious.py Tue Jun 19 20:09:35 2007 -0500 @@ -92,6 +92,7 @@ global ignore_services ignore_services = 0 + return 1 last_title = None @@ -113,12 +114,12 @@ ctx.command("nickserv set qproperty np %s" % (title)) - last_title = title + last_title = title - xchat.hook_timer(2000, unset_ignore_services) return 1 presence_notification_dispatch() xchat.hook_timer(3000, presence_notification_dispatch) +xchat.hook_timer(500, unset_ignore_services) print "xchat-audacious $Id: xchat-audacious.py 4574 2007-05-16 07:46:17Z deitarion $ loaded"