Hi,

i wanted to write a "buddylist". For that i have to react on the raw event 607 (End of WATCH list).

This event occurs, but somehow mirc wont catch it.

I had a samplescript like that:

Code:
raw 607:*:{
  echo -a hi
}


and the "hi" or whatever i have there wont be performed.
Even when the event occurs 100% for sure:

Quote:
<- :irc.ffm.de.euirc.net 607 silent :End of WATCH S


Just put a nick in your notifylist and see yourself.

Is that a bug?