Mercurial > audlegacy
changeset 2858:548a1db694e6 trunk
Disable presence stuff for now.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sat, 23 Jun 2007 22:21:42 -0500 |
parents | f5c37e128ae5 |
children | 174280672291 |
files | contrib/xchat-audacious.py |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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"