my question is if this configuration is well I already edited and put the whole content in /home/ircd/psybnc/scripts/USER1.SCRIPT
then I light the psy and nothing happens
apparently this code is badly I would like that they help me
or that I must continue steps after editing the code
or like recharging the psy for his later use
Thanks.
in the called file USER1.SCRIPT##############################
; performs NickServ IDENTIFY (auto identify)
server NOTICE NickServ!service@dal.net * "*This nickname is registered and protected*" echo "PRIVMSG NickServ@services.dal.net :IDENTIFY MyNick <PASSWORD>";
server NOTICE NickServ!service@dal.net * "This nick is owned by someone else. Please choose another." echo "PRIVMSG NickServ@services.dal.net :IDENTIFY MyNick <PASSWORD>";
; performs NickServ RELEASE and changes back to the nick you specify using the command /NICK <NICK>
server 432 * * * echo "PRIVMSG NickServ@services.dal.net :RELEASE MyNick <PASSWORD>";
server NOTICE NickServ!service@dal.net * "The nickname * has been released." echo "NICK MyNick";
; performs NickServ GHOST and changes back to the nick you specify using the command /NICK <NICK>
server 433 * * "*Nickname is already in use*" echo "PRIVMSG NickServ@services.dal.net :GHOST MyNick <PASSWORD>";
server NOTICE NickServ!service@dal.net * "Your ghost has been successfully killed." echo "NICK MyNick";
##############################
***you see one that I form that under my information I keep it in /home/ircd/psybnc/scripts