X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=server%2Frcon2irc%2Ffastest_lap.pl;h=f71a80756596dd6b23a51db151dab2af74f735a0;hp=a1b19f413ebc6134eb5da6a780f22ca8c507dc24;hb=3283e78f7f1d469fc131f901ead18b46ecc71146;hpb=e5832bf2ecac60a672a29c85cd8dec341a215e1c 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"};