Originally Posted By: maroon
This works only for a notice created like:

/notice #nacknic test

It does not trigger if the other person happens to be one of the nicks in that channel when they send a notice to you. It also does not trigger your mIRC if you are the one doing the notice.


ok, i now in my channle [have op],
and do /notice #nacknic test.
i dont recive the word test again, why ?

and another qeuastion, if i want listen to notice from user,
i do like that:

Code:
on *:notice:*:#nacknic: {
  if (*[P]nacknic* iswm $nick) {
    msg $chan $1-
  }
}


Last edited by doronbachar; 17/06/18 03:29 PM.