Kaynağa Gözat

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

sbingner 23 yıl önce
ebeveyn
işleme
5d4550c075
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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;
 }