4
0
Эх сурвалжийг харах

Apparently "Hub-Security" is always a reserved nick -- adding automagically to list of bots

sbingner 23 жил өмнө
parent
commit
5d4550c075

+ 1 - 0
modules/Pisg/Parser/Format/DCpp.pm

@@ -13,6 +13,7 @@ sub new
         thirdline  => '^\[\d+\-\d+\-\d+\s(\d+):(\d+)\]\s+\<([^>]+)\> (.+)',
     };
 
+    $self->{cfg}->{botnicks} .= ' Hub-Security';
     bless($self, $type);
     return $self;
 }