diff options
| -rw-r--r-- | modules/services.pl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/services.pl b/modules/services.pl index 594e2e0..597435f 100644 --- a/modules/services.pl +++ b/modules/services.pl @@ -32,7 +32,7 @@ sub doServices { } elsif ($event->{args}->[0] =~ /Password Incorrect/ ) { - $conn->join($_) foreach ( @{$::settings->{autojoins}} ); + die("NickServ password invalid.") } } elsif ($event->{from} eq 'ChanServ!ChanServ@services.') @@ -45,8 +45,4 @@ sub doServices { } } -sub Services::killsub { - undef &doServices; -} - return 1; |
