Mercurial > audlegacy
changeset 2859:174280672291 trunk
Automated merge from ssh://hg.atheme.org//hg/audacious.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sat, 23 Jun 2007 22:22:25 -0500 |
parents | 548a1db694e6 (diff) c35703c9dd9e (current diff) |
children | 0c3727219ea1 |
files | |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/xchat-audacious.py Sat Jun 23 15:19:19 2007 +0200 +++ b/contrib/xchat-audacious.py Sat Jun 23 22:22:25 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"