Преглед изворни кода

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

sbingner пре 23 година
родитељ
комит
5d4550c075
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      modules/Pisg/Parser/Format/DCpp.pm

+ 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;
 }