]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - server/rcon2irc/fastest_lap.pl
rm'd further nex-havoc references
[xonotic/xonotic.git] / server / rcon2irc / fastest_lap.pl
index a1b19f413ebc6134eb5da6a780f22ca8c507dc24..f71a80756596dd6b23a51db151dab2af74f735a0 100644 (file)
@@ -1,6 +1,6 @@
 sub out($$@);
 
-# chat: Nexuiz server -> IRC channel, fastest record in race and ctf
+# chat: Xonotic server -> IRC channel, fastest record in race and ctf
 [ dp => q{:recordset:(\d+):(.*)} => sub {
        my ($id, $record) = @_;
        my $nick = $store{"playernick_byid_$id"};