@@ -5,7 +5,7 @@
package Pisg::Parser::Template;
use strict;
-use warnings;
+$^W = 1;
# These three variables are regular expressions for extracting information
# from the logfile. $normalline is for lines where the person merely said
@@ -1,7 +1,7 @@
package Pisg::Parser::bxlog;
my $normalline = '^\[\d+ \S+\/(\d+):\d+\] <([^>]+)> (.*)';
@@ -1,8 +1,8 @@
package Pisg::Parser::eggdrop;
-
+
my $normalline = '^\[(\d+):\d+\] <([^>]+)> (.*)';
my $actionline = '^\[(\d+):\d+\] Action: (\S+) (.*)';
@@ -1,8 +1,7 @@
package Pisg::Parser::grufti;
my $actionline = '^\[(\d+):\d+\] \* (\S+) (.*)';
package Pisg::Parser::mIRC;
package Pisg::Parser::mbot;
+$^T = 1;
my $normalline = '^\S+ \S+ \d+ (\d+):\d+:\d+ \d+ <([^>]+)> (?!\001ACTION)(.*)';
@@ -1,7 +1,8 @@
package Pisg::Parser::xchat;
my $normalline = '^(\d+):\d+:\d+ <([^>]+)>\s+(.*)';
my $actionline = '^(\d+):\d+:\d+ \*\s+(\S+) (.*)';