mIRC Home    About    Download    Register    News    Help

Print Thread
#200833 13/06/08 07:10 AM
Joined: Dec 2007
Posts: 61
P
PO3 Offline OP
Babel fish
OP Offline
Babel fish
P
Joined: Dec 2007
Posts: 61
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)

Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031

in the TEXT event, use ? instead of #.

Code:

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



Joined: Dec 2007
Posts: 61
P
PO3 Offline OP
Babel fish
OP Offline
Babel fish
P
Joined: Dec 2007
Posts: 61
Yes, But Buzzen's whisper works nothing like the standard IRC protocol

so any idea there ?

Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031

What the hell is Buzzen?

Joined: Dec 2007
Posts: 61
P
PO3 Offline OP
Babel fish
OP Offline
Babel fish
P
Joined: Dec 2007
Posts: 61
www.buzzen.com it a chat network one of the best since msn closed chat

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
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.


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard