This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

psybnc nickserv auto identify script

Help with usage of shell accounts and bouncers.
Post Reply
d
donking
Halfop
Posts: 40
Joined: Fri Nov 30, 2007 2:37 pm

psybnc nickserv auto identify script

Post by donking »

Code: Select all

server  NOTICE  *!*@irc.freenode.net * "*This nickname is owned by someone else" echo "MSG NickServ IDENTIFY my_password"
The above code doesn't work, can someone tell how I can get this to work?
a
anotheregglover
Voice
Posts: 38
Joined: Thu Jan 13, 2005 12:01 am
Contact:

Post by anotheregglover »

server NOTICE *!*@irc.freenode.net * "*This nickname is owned by someone else*" echo "PRIVMSG NickServ IDENTIFY my_password"

PRIVMSG !!
not MSG !!

and a wildcard at the end of your notice text
Post Reply