Просмотр исходного кода

Update module docs to new (not) handling of action lines

sbingner 23 лет назад
Родитель
Сommit
d60e704342
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      modules/Pisg/Parser/Format/infobot.pm

+ 1 - 2
modules/Pisg/Parser/Format/infobot.pm

@@ -3,8 +3,7 @@ package Pisg::Parser::Format::infobot;
 # Documentation for the Pisg::Parser::Format modules is found in Template.pm
 
 # Note that infobot log files do not distinguish between action lines and
-# normal lines. This parser assumes that people in your channel use correct
-# sentence case for normal lines. YMMV.
+# normal lines.
 
 use strict;
 $^W = 1;