Przeglądaj źródła

* Fixed bug with uninitialised values in psybnc format.

Morten Brix Pedersen 22 lat temu
rodzic
commit
1a650bc62e
2 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 0
      docs/Changelog
  2. 0 1
      modules/Pisg/Parser/Format/psybnc.pm

+ 1 - 0
docs/Changelog

@@ -6,6 +6,7 @@ pisg (x.xx)
    * Remove devel-code that appeared in 0.52 pisg.cfg.
    * Remove devel-code that appeared in 0.52 pisg.cfg.
    * Added support for supybot logfiles,set format to 'supy'. (thanks, Jerome
    * Added support for supybot logfiles,set format to 'supy'. (thanks, Jerome
    Kerdreux)
    Kerdreux)
+   * Fixed bug with uninitialised values in psybnc format.
    * Vision support wasn't being included with the tarball. Fixed.
    * Vision support wasn't being included with the tarball. Fixed.
 
 
 pisg (0.52) - Fri Feb, 13rd 2004
 pisg (0.52) - Fri Feb, 13rd 2004

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

@@ -74,7 +74,6 @@ sub thirdline
 
 
         } elsif ($4 eq 'MODE') {
         } elsif ($4 eq 'MODE') {
             $hash{newmode} = $arr[1];
             $hash{newmode} = $arr[1];
-            $hash{newtopic} =~ s/^://;
 
 
         } elsif ($4 eq 'JOIN') {
         } elsif ($4 eq 'JOIN') {
             $hash{newjoin} = $3;
             $hash{newjoin} = $3;