projects
/
xonotic
/
xonotic.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
rm'd further nex-havoc references
[xonotic/xonotic.git]
/
server
/
rcon2irc
/
irc_nick_change.pl
diff --git
a/server/rcon2irc/irc_nick_change.pl
b/server/rcon2irc/irc_nick_change.pl
index
0ac0d59
..
091e74e
100644
(file)
--- a/
server/rcon2irc/irc_nick_change.pl
+++ b/
server/rcon2irc/irc_nick_change.pl
@@
-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;