I was bored and wanted my bot to let me know when someone said my name in another chat.
on *:TEXT:*vinyltm*:#: { msg #vinyltm --> vinyltm, your name was said by $nick in $chan }
now the problem i am having is the bot is on 8 different servers and its not crossing the message over, i am wondering if i can put like .msg #server #chan to route it to the right place... any ideas?