Christoph Berg 22 лет назад
Родитель
Сommit
c490f74d42
2 измененных файлов с 11 добавлено и 0 удалено
  1. 3 0
      modules/Pisg/Parser/Format/mIRC6.pm
  2. 8 0
      modules/Pisg/Parser/Format/mIRC6hack.pm

+ 3 - 0
modules/Pisg/Parser/Format/mIRC6.pm

@@ -2,6 +2,9 @@ package Pisg::Parser::Format::mIRC6;
 
 # Documentation for the Pisg::Parser::Format modules is found in Template.pm
 
+# NOTE: mIRC6's logging format is severly damaged by design. Try to use the
+# "mIRC6hack" format instead.
+
 use strict;
 $^W = 1;
 

+ 8 - 0
modules/Pisg/Parser/Format/mIRC6hack.pm

@@ -2,6 +2,14 @@ package Pisg::Parser::Format::mIRC6hack;
 
 # Documentation for the Pisg::Parser::Format modules is found in Template.pm
 
+# To use this logging format, add the following to mIRC's remote script
+# section:
+#
+# on ^1:ACTION:*:*: {
+#   haltdef
+#   echo $chan ** $nick $1-
+# }
+
 use strict;
 $^W = 1;