]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - server/rcon2irc/irc_nick_change.pl
rm'd further nex-havoc references
[xonotic/xonotic.git] / server / rcon2irc / irc_nick_change.pl
index 0ac0d59f246610baccc175ed9181eb38fb8f6ff6..091e74ef31b421a1b5aee87984c75e9d9735e624 100644 (file)
@@ -1,5 +1,5 @@
 sub out($$@);
-       # chat: IRC channel -> Nexuiz server, nick change
+       # chat: IRC channel -> Xonotic server, nick change
        [ irc => q{:([^! ]*)![^ ]* (?i:NICK) :(.*)} => sub {
                my ($nick, $newnick) = @_;
                $nick = color_dpfix $nick;