Explorar el Código

Remove unnecessary if statement... why check something we're not going to do anything with?

sbingner hace 24 años
padre
commit
712124bfde
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      modules/Pisg/Common.pm

+ 0 - 1
modules/Pisg/Common.pm

@@ -33,7 +33,6 @@ sub add_alias
         }
         }
     } elsif (not defined $aliases{$lcalias}) {
     } elsif (not defined $aliases{$lcalias}) {
         $aliases{$lcalias} = $aliases{$lcnick};
         $aliases{$lcalias} = $aliases{$lcnick};
-    } elsif ($aliases{$lcnick} ne $aliases{$lcalias}) {
     }
     }
 }
 }