mIRC Home    About    Download    Register    News    Help

Print Thread
#102197 05/11/04 09:56 PM
Joined: Jul 2003
Posts: 4
I
Iviv Offline OP
Self-satisified door
OP Offline
Self-satisified door
I
Joined: Jul 2003
Posts: 4
I don't know if I'm posting this in the right section...
In mIRC's help under "RAW events" you have:

---
You can process non-numeric server messages by specifying the name of the event:

raw PROP:*mirc*:/echo 5 $1-

Note: You can prevent most raw server messages from printing out their default text by using the /halt command.
---

Now, I know this looks like it has a obvious answer (the 1st line from the quote) but. I can't find anything that would work with it.
Does anyone know how to use this? If so, please tell me..

#102198 06/01/05 05:40 PM
Joined: Nov 2003
Posts: 27
T
Ameglian cow
Offline
Ameglian cow
T
Joined: Nov 2003
Posts: 27
i was just looking for this and see it still isn't answered.
Can anyone tell us the answer?

[edit]Actually, it's close, but not quite. I was looking for an identifier or somekind. $Numeric for the numeric part.
$props or something for non-numeric?

Last edited by Tezorian; 06/01/05 05:42 PM.
#102199 06/01/05 06:40 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
$prop is custom alias properties.

Raw *:*: { echo -a $gettok($rawmsg,2,32) } will return PROP for example.

Now that's out the way, IRC servers wont use PROP because that's a RAW message from IRCX (an IRC extension protocol) more information here. And here. I hope this helps.

Last edited by SladeKraven; 06/01/05 06:53 PM.

Link Copied to Clipboard