mIRC Home    About    Download    Register    News    Help

Print Thread
#205181 15/10/08 04:05 PM
Joined: Mar 2007
Posts: 218
V
vexed2 Offline OP
Fjord artisan
OP Offline
Fjord artisan
V
Joined: Mar 2007
Posts: 218
I'm trying to script something that is comng from the server, but i can't work out what the event is.

The command is /whisper #chan $nick hi
and that get's sent out as

-> irc2.server.co.uk WHISPER #testing Cemtex :hmm

mIRC shows it like this when someone sends the whisper to you.

*Cemtex* whispers: hi

The debug comes through as this

<- :Cemtex!Cemtex@88.88.88.88 WHISPER #testing vexed2 :hi

Any ideas on how to capture this with an event?


Last edited by vexed2; 15/10/08 04:07 PM.
Joined: Jul 2007
Posts: 1,129
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Jul 2007
Posts: 1,129
Try:

Code:
raw WHISPER:*: {...}


Link Copied to Clipboard