r5266 - trunk/Docs/server/rcon2irc

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Dec 18 03:13:38 EST 2008


Author: div0
Date: 2008-12-18 03:13:24 -0500 (Thu, 18 Dec 2008)
New Revision: 5266

Modified:
   trunk/Docs/server/rcon2irc/rcon2irc.pl
Log:
kick should also say #2, not 2


Modified: trunk/Docs/server/rcon2irc/rcon2irc.pl
===================================================================
--- trunk/Docs/server/rcon2irc/rcon2irc.pl	2008-12-18 08:12:23 UTC (rev 5265)
+++ trunk/Docs/server/rcon2irc/rcon2irc.pl	2008-12-18 08:13:24 UTC (rev 5266)
@@ -997,7 +997,7 @@
 			$dpreason =~ s/(["\\])/\\$1/g;
 			out dp => 0, "kick # $id $dpreason";
 			my $slotnik = "playerslot_$id";
-			out irc => 0, "PRIVMSG $nick :kicked $id (@{[color_dp2irc $store{$slotnik}{name}]} @ $store{$slotnik}{ip}) ($reason)";
+			out irc => 0, "PRIVMSG $nick :kicked #$id (@{[color_dp2irc $store{$slotnik}{name}]} @ $store{$slotnik}{ip}) ($reason)";
 			return 0;
 		}
 




More information about the nexuiz-commits mailing list