| View previous topic :: View next topic |
| Author |
Message |
bobbob Voice
Joined: 14 May 2008 Posts: 1
|
Posted: Wed May 14, 2008 2:15 pm Post subject: Another identify script that use /nickserv identify |
|
|
He everybody,
I`m searching for a identify script. that can identify to nickserv ussing.
/nickserv identify password. The most scripts use .prvmsg or.msg but those scripts wil not work. the nickserv will return: Please use /nickserv identify password.
Can enyone point me in the right direction.
tx |
|
| Back to top |
|
 |
speechles Revered One

Joined: 26 Aug 2006 Posts: 1398 Location: emerald triangle, california (coastal redwoods)
|
Posted: Wed May 14, 2008 3:01 pm Post subject: |
|
|
| Code: | variable nickservpassword "your_password_here"
bind evnt - init-server evnt:init_server
proc evnt:init_server {type} {
putquick "MODE $::botnick +iR-ws"
putquick "nickserv identify $::nickservpassword"
} |
|
|
| Back to top |
|
 |
|