From: bw1 Date: Mon, 10 Sep 2018 16:52:09 +0000 (+0200) Subject: [UNIBG-autoident] fix the connection to the NS bot X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c71e273f6af5072557eefc289a815b119075ad7d;p=irssi-scripts.irssi.org.git [UNIBG-autoident] fix the connection to the NS bot --- diff --git a/scripts/UNIBG-autoident.pl b/scripts/UNIBG-autoident.pl index 6c0bb84..c8bee32 100644 --- a/scripts/UNIBG-autoident.pl +++ b/scripts/UNIBG-autoident.pl @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION %IRSSI); use Irssi::TextUI; -$VERSION = "0.1"; +$VERSION = "0.2"; %IRSSI = ( authors => 'Doncho N. Gunchev', contact => 'mr_700@yahoo.com', @@ -10,7 +10,7 @@ $VERSION = "0.1"; description => 'Automaticaly /msg ident NS yourpassword when you connect or services come back from death', license => 'Public Domain', url => 'http://not.available.yet/', - changed => 'Sat Jan 25 02:35:40 EET 2003' + changed => '2018-09-10' ); # UNIBG NS auto identifyer @@ -26,7 +26,7 @@ my $numpasswords = 0; my $passwordspassword = ''; my $nsnick='NS'; my $nshost='NickServ@UniBG.services'; -my $nsreq='This nickname is owned by someone else'; +my $nsreq='This nickname is registered and protected'; my $nsok ='Password accepted - you are now recognized'; my $nscmd ='identify'; # 2DO