keepnick.pl
This is an irssi plugin to keep your nick after reconnecting to an IRC server after you got disconnected.
I found this script on the irssi script collection website a while ago, but it lacked support for NickServ. NickServ is a way to kick people stealing your nick. So I added it.
To use it, load the script and issue the following command:
Example for freenode:
/keepnick -net freenode -nickserv NickServ services. mysecretpassword blindcoder
This will authenticate you against NickServ, but only if NickServ runs on the host "services." (which is the host freenode uses for its services), using the password "mysecretpassword" for the nick "blindcoder". It will also use a GHOST command to disconnect the user "blindcoder" if someone else should be using it at the moment.
Use /keepnick_help for more information.
|
17.3 K |