# HG changeset patch # User nenolod # Date 1178944088 25200 # Node ID aadc6fd97cc7f5b8ba73e39484b12aa1477e1708 # Parent 1ca3b314301d4f2b60a9ae896a951195c2c7ea3e [svn] - fix syntax error diff -r 1ca3b314301d -r aadc6fd97cc7 ChangeLog --- a/ChangeLog Fri May 11 21:27:02 2007 -0700 +++ b/ChangeLog Fri May 11 21:28:08 2007 -0700 @@ -1,3 +1,12 @@ +2007-05-12 04:27:02 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [4530] + - add /SENDTRACK which can DCC the current track to a user + - denote script as being in the public domain + + trunk/contrib/xchat-audacious.py | 13 +++++++++++++ + 1 file changed, 13 insertions(+) + + 2007-05-12 04:21:09 +0000 William Pitcock <nenolod@sacredspiral.co.uk> revision [4528] - add XCHAT.eat_all diff -r 1ca3b314301d -r aadc6fd97cc7 contrib/xchat-audacious.py --- a/contrib/xchat-audacious.py Fri May 11 21:27:02 2007 -0700 +++ b/contrib/xchat-audacious.py Fri May 11 21:28:08 2007 -0700 @@ -6,7 +6,7 @@ # - support org.freedesktop.MediaPlayer (MPRIS)? # # This script is in the public domain. -# $Id: xchat-audacious.py 4530 2007-05-12 04:27:02Z nenolod $ +# $Id: xchat-audacious.py 4532 2007-05-12 04:28:08Z nenolod $ # __module_name__ = "xchat-audacious" @@ -61,7 +61,7 @@ return xchat.EAT_ALL aud = bus.get_object('org.atheme.audacious', '/org/atheme/audacious') - xchat.command("DCC SEND %s %s" % (word[0], aud.SongFilename(aud.Position())) + xchat.command("DCC SEND %s %s" % (word[0], aud.SongFilename(aud.Position()))) return xchat.EAT_ALL xchat.hook_command("NP", command_np, help="Displays current playing song.") @@ -72,4 +72,4 @@ xchat.hook_command("PLAY", command_play, help="Begins playback.") xchat.hook_command("SENDTRACK", command_send, help="Sends the currently playing track to a user.") -print "xchat-audacious $Id: xchat-audacious.py 4530 2007-05-12 04:27:02Z nenolod $ loaded" +print "xchat-audacious $Id: xchat-audacious.py 4532 2007-05-12 04:28:08Z nenolod $ loaded" diff -r 1ca3b314301d -r aadc6fd97cc7 src/audacious/build_stamp.c --- a/src/audacious/build_stamp.c Fri May 11 21:27:02 2007 -0700 +++ b/src/audacious/build_stamp.c Fri May 11 21:28:08 2007 -0700 @@ -1,2 +1,2 @@ #include <glib.h> -const gchar *svn_stamp = "20070512-4528"; +const gchar *svn_stamp = "20070512-4530";