# HG changeset patch # User William Pitcock # Date 1182655302 18000 # Node ID 548a1db694e6494dc8fe1ef4883e87bff867acd4 # Parent f5c37e128ae538d1e8b686ec62dbf418cb44538b Disable presence stuff for now. diff -r f5c37e128ae5 -r 548a1db694e6 contrib/xchat-audacious.py --- a/contrib/xchat-audacious.py Tue Jun 19 20:09:35 2007 -0500 +++ b/contrib/xchat-audacious.py Sat Jun 23 22:21:42 2007 -0500 @@ -86,7 +86,7 @@ return xchat.EAT_NONE -xchat.hook_print("Notice", ignore_service_errors_cb) +#xchat.hook_print("Notice", ignore_service_errors_cb) def unset_ignore_services(userdata=None): global ignore_services @@ -118,8 +118,8 @@ return 1 -presence_notification_dispatch() -xchat.hook_timer(3000, presence_notification_dispatch) -xchat.hook_timer(500, unset_ignore_services) +#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"