r3677 - trunk/Docs/server/rcon2irc

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Jun 1 15:38:27 EDT 2008


Author: div0
Date: 2008-06-01 15:38:27 -0400 (Sun, 01 Jun 2008)
New Revision: 3677

Modified:
   trunk/Docs/server/rcon2irc/rcon2irc.pl
Log:
/me is too stupid to use REs... fixed


Modified: trunk/Docs/server/rcon2irc/rcon2irc.pl
===================================================================
--- trunk/Docs/server/rcon2irc/rcon2irc.pl	2008-06-01 18:57:43 UTC (rev 3676)
+++ trunk/Docs/server/rcon2irc/rcon2irc.pl	2008-06-01 19:38:27 UTC (rev 3677)
@@ -1032,7 +1032,7 @@
 	} ],
 
 	# chat: Nexuiz server -> IRC channel, result
-	[ dp => q{:vote:v(yes|no|timeout):(\d+):(\d+):(\d+):(\d+):-?(\d+)} => sub {
+	[ dp => q{:vote:v(yes|no|timeout):(\d+):(\d+):(\d+):(\d+):(-?\d+)} => sub {
 		my ($result, $yes, $no, $abstain, $not, $min) = @_;
 		my $spam = "$yes:$no" . (($min >= 0) ? " ($min needed)" : "") . " $abstain didn't care, $not didn't vote";
 		out irc => 0, "PRIVMSG $config{irc_channel} :* the vote ended with $result: $spam";




More information about the nexuiz-commits mailing list