# HG changeset patch # User William Pitcock # Date 1182290539 18000 # Node ID 3b730938c9eb8b4540e8eb8ab6c88e7601e263b9 # Parent b1390d9f35bf01e8be3fe0643459a9ac70c06d8c Further improvements. diff -r b1390d9f35bf -r 3b730938c9eb contrib/xchat-audacious.py --- a/contrib/xchat-audacious.py Tue Jun 19 17:01:27 2007 -0500 +++ b/contrib/xchat-audacious.py Tue Jun 19 17:02:19 2007 -0500 @@ -92,7 +92,6 @@ global ignore_services ignore_services = 0 - return 1 last_title = None @@ -116,10 +115,10 @@ last_title = title + xchat.hook_timer(2000, unset_ignore_services) return 1 presence_notification_dispatch() -xchat.hook_timer(60000, presence_notification_dispatch) -xchat.hook_timer(2000, unset_ignore_services) +xchat.hook_timer(3000, presence_notification_dispatch) print "xchat-audacious $Id: xchat-audacious.py 4574 2007-05-16 07:46:17Z deitarion $ loaded"