X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=server%2Frcon2irc%2Ffastest_lap.pl;h=f71a80756596dd6b23a51db151dab2af74f735a0;hb=2ec7592650fe8ad01d877f7c6887d9f9dda143af;hp=a1b19f413ebc6134eb5da6a780f22ca8c507dc24;hpb=e5832bf2ecac60a672a29c85cd8dec341a215e1c;p=xonotic%2Fxonotic.git diff --git a/server/rcon2irc/fastest_lap.pl b/server/rcon2irc/fastest_lap.pl index a1b19f41..f71a8075 100644 --- a/server/rcon2irc/fastest_lap.pl +++ b/server/rcon2irc/fastest_lap.pl @@ -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"};