r3681 - trunk/Docs/server/rcon2irc

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jun 2 14:52:36 EDT 2008


Author: div0
Date: 2008-06-02 14:52:35 -0400 (Mon, 02 Jun 2008)
New Revision: 3681

Modified:
   trunk/Docs/server/rcon2irc/rcon2irc.pl
Log:
make the quotes have the right color


Modified: trunk/Docs/server/rcon2irc/rcon2irc.pl
===================================================================
--- trunk/Docs/server/rcon2irc/rcon2irc.pl	2008-06-02 18:24:40 UTC (rev 3680)
+++ trunk/Docs/server/rcon2irc/rcon2irc.pl	2008-06-02 18:52:35 UTC (rev 3681)
@@ -1003,7 +1003,7 @@
 		my ($id, $command) = @_;
 		$command = color_dp2irc $command;
 		my $oldnick = $store{"playernick_$id"};
-		out irc => 0, "PRIVMSG $config{irc_channel} :* $oldnick\017 calls a vote for \"$command\"";
+		out irc => 0, "PRIVMSG $config{irc_channel} :* $oldnick\017 calls a vote for \"$command\017\"";
 		return 0;
 	} ],
 
@@ -1027,7 +1027,7 @@
 	[ dp => q{:vote:vdo:(\d+):(.*)} => sub {
 		my ($id, $command) = @_;
 		my $oldnick = $store{"playernick_$id"};
-		out irc => 0, "PRIVMSG $config{irc_channel} :* $oldnick\017 used his master status to do \"$command\"";
+		out irc => 0, "PRIVMSG $config{irc_channel} :* $oldnick\017 used his master status to do \"$command\017\"";
 		return 0;
 	} ],
 




More information about the nexuiz-commits mailing list