Help with usage of shell accounts and bouncers.
-
donking
- Halfop
- Posts: 40
- Joined: Fri Nov 30, 2007 2:37 pm
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?
-
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