/* * BitchX/EPIC4 Script to auto-identify with NickServ on the OpenProjects * IRC network. */ assign NICKSERV.PASS assign NICKSERV.USERHOST NickServ@services. on ^notice "NickServ *This nickname is owned by someone else*" { if (userhost() == NICKSERV[USERHOST]) { xecho -b Auto-identifying with NickServ... if (bitchx()) { timer 0 //^msg NickServ identify $NICKSERV.PASS }{ defer //^msg NickServ identify $NICKSERV.PASS } } }