1 # Xonotic rcon2irc plugin by Merlijn Hofstra licensed under GPL - suggestmap.pl
2 # Place this file inside the same directory as rcon2irc.pl and add the full filename to the plugins.
7 [ dp => q{:vote:suggested:(.+):(\d+)} => sub {
9 my $nick = $store{"playernick_byid_$id"} || 'console';
10 out irc => 0, "PRIVMSG $config{irc_channel} :* map suggested: \00304$map\017 by $nick\017";