mIRC Homepage
Posted By: EviL_admin_dup1 RaW - 05/04/04 09:22 PM
Hey I want to now all the raw stuff how do i get it from mirc
who can help me ??
Posted By: Collective Re: RaW - 05/04/04 09:24 PM
"The raw stuff"? You can see the data sent between you and the server by typing /debug @debug.
Posted By: EviL_admin_dup1 Re: RaW - 05/04/04 09:32 PM
what i mean is byv: raw 1:*:{ echo -st $2- | halt }
this 1 but i want to all smile
Posted By: landonsandor Re: RaW - 05/04/04 09:34 PM
replace the 1: with *: to see them all
Posted By: jacksparrow2 Re: RaW - 05/04/04 09:36 PM
try ww.sarrio.org

search irc scripting ......
Posted By: EviL_admin_dup1 Re: RaW - 05/04/04 09:37 PM
how manny raw are there i see today 800
Posted By: Hammer Re: RaW - 05/04/04 09:39 PM
#ShowRaws on
raw *:*: echo -stic whois $numeric -> $1-
#ShowRaws end

alias ShowRaws $iif($group(#ShowRaws).status == on,.disable,.enable) #ShowRaws
Posted By: landonsandor Re: RaW - 05/04/04 09:40 PM
each network has some that others dont and while it's not all inclusive, there could be that many. Like for instance, dalnet uses 600 series but other networks might not. THIS PAGE has a good listing of a LOT of them (but not all as it has NOT been updated in a couple of years IIRC)
Posted By: EviL_admin_dup1 Re: RaW - 05/04/04 09:45 PM
it dont work i see no raws whit
#ShowRaws off
raw *:*: echo -stic whois $numeric -> $1-
#ShowRaws end

alias ShowRaws $iif($group(#ShowRaws).status == on,.disable,.enable) #ShowRaws
Posted By: Hammer Re: RaW - 05/04/04 09:58 PM
/ShowRaws

That command will toggle the group (on and off). You currently have it set OFF, so naturally, you'll see no raws.

Also, you must issue some command that will generate raw numeric returns. Not all commands do; PRIVMSG and NOTICE do not, for instance, but WHOIS or WHO both do.
Posted By: landonsandor Re: RaW - 05/04/04 10:01 PM
to add to Hammer's post, raws are normally used for server related info (like /whois, /who, /lusers, /motd, etc) as a generic rule of thumb
Posted By: EviL_admin_dup1 Re: RaW - 05/04/04 10:18 PM
how put i on to the raw :S
Posted By: FiberOPtics Re: RaW - 06/04/04 10:51 AM
Hi,

it looks to me that u have not yet had a decent introduction to raws. Perhaps checking out the following link will help you on your way:

http://helpdesk.zaz.net/documents/raw.php

Greets
© mIRC Discussion Forums