mIRC Homepage
Posted By: PO3 whisper command help - 13/06/08 07:10 AM
How would you read a command from whisper

Say someone Type &help in whisper and I want it to give the list how would go about reading that command in whsiper not in the room ?

Thanks :0)
Posted By: RoCk Re: whisper command help - 13/06/08 02:30 PM

in the TEXT event, use ? instead of #.

Code:

on *:TEXT:*:?: {
  if ($1 == &help) msg $nick Hello, your request for help is acknowledged.
}


Posted By: PO3 Re: whisper command help - 13/06/08 09:33 PM
Yes, But Buzzen's whisper works nothing like the standard IRC protocol

so any idea there ?
Posted By: RoCk Re: whisper command help - 13/06/08 09:37 PM

What the hell is Buzzen?
Posted By: PO3 Re: whisper command help - 13/06/08 11:40 PM
www.buzzen.com it a chat network one of the best since msn closed chat
Posted By: Riamus2 Re: whisper command help - 14/06/08 12:09 AM
AS you said, buzzen handles things differently than IRC. It does not follow IRC protocols. If you want something to work on it, you need to ask them HOW it works so you know what you have to do in your script.

Or, just use IRC. There are a lot of good IRC networks out there and a lot of good channels.
© mIRC Discussion Forums