Morten Brix Pedersen 24 лет назад
Родитель
Сommit
d02f881e90
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 0
      docs/Changelog
  2. 1 1
      modules/Pisg/Parser/Format/xchat.pm

+ 1 - 0
docs/Changelog

@@ -6,6 +6,7 @@ pisg (x.xx)
    * mIRC6 format wasn't actually distributed with pisg, it is now.
    * mirc2egg.sed script added in the scripts/ folder, it's used to convert
      mIRC logs to eggdrop logs. (thanks, Geoff Simmons)
+   * Hopefully fix xchat logs interpreting asterixs as the nick.
 
 pisg (0.42) - Fri Nov, 1st 2002
    * ircII logfile support added (thanks, James Andrewartha)

+ 1 - 1
modules/Pisg/Parser/Format/xchat.pm

@@ -13,7 +13,7 @@ sub new
     my $self = {
         cfg => $args{cfg},
         normalline => '(\d+):\d+:\d+ <([^>\s]+)>\s+(.*)',
-        actionline => '(\d+):\d+:\d+ (\*){1,}\s+(\S+) (.*)',
+        actionline => '(\d+):\d+:\d+ \*{1,}\s+(\S+) (.*)',
         thirdline  => '(\d+):(\d+):\d+ .{1,}--\s+(\S+) (\S+) (\S+) (\S+) (\S+) ?(\S+)? ?(.*)?',
     };