]> ruin.nu Git - ndwebbie.git/commitdiff
Def page format changed
authorMichael Andreen <harv@ruin.nu>
Sat, 7 Aug 2010 20:58:13 +0000 (22:58 +0200)
committerMichael Andreen <harv@ruin.nu>
Sat, 7 Aug 2010 20:59:48 +0000 (22:59 +0200)
lib/NDWeb/Controller/Members.pm

index f3fdedb0fea609cfe2217d1cf3a2996207f34f03..cd82bd910eb129021040304055fad72639c8a075 100644 (file)
@@ -407,7 +407,7 @@ INSERT INTO irc_requests (uid,channel,message) VALUES($1,'def',$2)
                });
 
        my $msg = $c->req->param('message');
-       while ($msg =~ /(\d+):(\d+):(\d+)\*?\s+(\d+):(\d+):(\d+)\s+([^:]*\S+)\s+(?:Ter|Cat|Xan|Zik|Etd)\s+([\d,]+)\s+Attack\s+(\d+)/gc
+       while ($msg =~ /expand\s+(\d+):(\d+):(\d+)\*?\s+(\d+):(\d+):(\d+)\s+([^:]*\S+)\s+(?:Ter|Cat|Xan|Zik|Etd)\s+([\d,]+)\s+(\d+)/gc
                        || $msg =~ /(\d+):(\d+):(\d+)\s+(\d+):(\d+):(\d+)\s+\((?:Ter|Cat|Xan|Zik|Etd)\)\s+([^,]*\S+)\s+([\d,]+)\s+(\d+)\s+\(\d+\)/gc){
 
                my $inc = {message => $&};