mIRC Home    About    Download    Register    News    Help

Print Thread
#78096 05/04/04 09:22 PM
Joined: Mar 2004
Posts: 9
E
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
E
Joined: Mar 2004
Posts: 9
Hey I want to now all the raw stuff how do i get it from mirc
who can help me ??

#78097 05/04/04 09:24 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
"The raw stuff"? You can see the data sent between you and the server by typing /debug @debug.

#78098 05/04/04 09:32 PM
Joined: Mar 2004
Posts: 9
E
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
E
Joined: Mar 2004
Posts: 9
what i mean is byv: raw 1:*:{ echo -st $2- | halt }
this 1 but i want to all smile

#78099 05/04/04 09:34 PM
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
replace the 1: with *: to see them all


Those who fail history are doomed to repeat it
#78100 05/04/04 09:36 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
try ww.sarrio.org

search irc scripting ......


mess with the best
#78101 05/04/04 09:37 PM
Joined: Mar 2004
Posts: 9
E
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
E
Joined: Mar 2004
Posts: 9
how manny raw are there i see today 800

#78102 05/04/04 09:39 PM
Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
#ShowRaws on
raw *:*: echo -stic whois $numeric -> $1-
#ShowRaws end

alias ShowRaws $iif($group(#ShowRaws).status == on,.disable,.enable) #ShowRaws


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
#78103 05/04/04 09:40 PM
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
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)


Those who fail history are doomed to repeat it
#78104 05/04/04 09:45 PM
Joined: Mar 2004
Posts: 9
E
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
E
Joined: Mar 2004
Posts: 9
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

#78105 05/04/04 09:58 PM
Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
/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.


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
#78106 05/04/04 10:01 PM
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
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


Those who fail history are doomed to repeat it
#78107 05/04/04 10:18 PM
Joined: Mar 2004
Posts: 9
E
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
E
Joined: Mar 2004
Posts: 9
how put i on to the raw :S

#78108 06/04/04 10:51 AM
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
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


Gone.

Link Copied to Clipboard