Capture all kind of messages

6 views
Skip to first unread message

mapx

unread,
Feb 26, 2008, 7:08:15 AM2/26/08
to Visual IRC
hello,

how can I capture all kind of messages in the channel ? which event
must I use ?

I can capture the text someone writes in the channel, but I cant
capture the "/me" messages.

Must I modify the mask event ?

Event PRIVMSG "% PRIVMSG *"
Halt if $isignoring($nick!$user@$host)
if ($ischannel($2))
@ $chantext = $StripAttrs($strtrim($3-))

And something else : where can I find a complete list of all events
and associate description ?

Thanks
Reply all
Reply to author
Forward
0 new messages