on *:text:name1:#:notice $me $nick te je omenil na $chan
on *:text:name2:#:notice $me $nick te je omenil na $chan
on *:text:nick:#:notice $me $nick te je omenil na $chan
on *:text: ... :#:notice $me $nick te je omenil na $chan
on 1:text:*:#: {
if ($1 == blah) { notice $nick blah }
if ($1 == blah2) { notice $nick blah2! }
}
/help if then else That needs to be the only on text event in the file for it to work correctly, (to make a new file go to File > New. on the remote editor)
tnx!! only one more thing: the message that i want to notice is always the same, so is it posible to make that even shorter ( so that i could write { notice $nick blah } only once) ?