mIRC Home    About    Download    Register    News    Help

Print Thread
#79649 17/04/04 01:40 PM
N
Nicon
Nicon
N
i have to alot of the raws sorted but still cant find all the 1ns for when you connect.

i.e connecting to ......


looking up host name....

got ident ...

etc,

can ne 1 help me with what raw they are????

also is there a way i can change my local host address?

#79650 17/04/04 01:42 PM
Joined: Nov 2003
Posts: 2,321
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,321
Type /debug @debug - all data sent to and from the server will show up in there, including raws.

#79651 17/04/04 03:10 PM
N
Nicon
Nicon
N
i just looked at that thanks mate, but it isnt a raw,

its NOTICE AUTH

can this still be changed to your own text???

also can you have your own text for timers etc, instead of default mirc.

thanks

#79652 17/04/04 03:11 PM
Joined: Nov 2003
Posts: 2,321
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,321
/help on notice

#79653 17/04/04 07:46 PM
C
Canario
Canario
C
Connecting to... isn´t Raw number, you aren´t connecting when mirc display this message, and Raw number are messages from the server.

#79654 19/04/04 01:18 PM
I
Iori
Iori
I
"also can you have your own text for timers etc, instead of default mirc."
//.timer 1 1 ! | echo * Timer ABC set.
^ The .period makes it silent.

#79655 19/04/04 02:46 PM
Joined: Apr 2004
Posts: 701
Sat Offline
Hoopy frood
Offline
Hoopy frood
Joined: Apr 2004
Posts: 701
Those are server notices, you need the "on SNOTICE" event to catch them.


Saturn, QuakeNet staff
#79656 19/04/04 09:14 PM
D
Daedalus
Daedalus
D
Is there a way to halt them? I use /halt after, but it still shows the default reply...

#79657 19/04/04 09:41 PM
Joined: Apr 2004
Posts: 701
Sat Offline
Hoopy frood
Offline
Hoopy frood
Joined: Apr 2004
Posts: 701
It's possible, but you have to use the ^ prefix in the event:

Code:
on ^*:SNOTICE:*:{ echo $color(notice) -st * Got server notice: $1- | haltdef }


Saturn, QuakeNet staff

Link Copied to Clipboard