mIRC Home    About    Download    Register    News    Help

Print Thread
#79649 17/04/04 01:40 PM
Joined: Nov 2003
Posts: 30
N
Nicon Offline OP
Ameglian cow
OP Offline
Ameglian cow
N
Joined: Nov 2003
Posts: 30
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,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
Type /debug @debug - all data sent to and from the server will show up in there, including raws.


New username: hixxy
#79651 17/04/04 03:10 PM
Joined: Nov 2003
Posts: 30
N
Nicon Offline OP
Ameglian cow
OP Offline
Ameglian cow
N
Joined: Nov 2003
Posts: 30
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,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
/help on notice


New username: hixxy
#79653 17/04/04 07:46 PM
Joined: Nov 2003
Posts: 67
C
Babel fish
Offline
Babel fish
C
Joined: Nov 2003
Posts: 67
Connecting to... isn´t Raw number, you aren´t connecting when mirc display this message, and Raw number are messages from the server.


irc.universochat.net
#escripting
#79654 19/04/04 01:18 PM
Joined: Aug 2003
Posts: 1,831
I
Hoopy frood
Offline
Hoopy frood
I
Joined: Aug 2003
Posts: 1,831
"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: 871
Sat Offline
Hoopy frood
Offline
Hoopy frood
Joined: Apr 2004
Posts: 871
Those are server notices, you need the "on SNOTICE" event to catch them.


Saturn, QuakeNet staff
#79656 19/04/04 09:14 PM
Joined: Mar 2004
Posts: 45
D
Ameglian cow
Offline
Ameglian cow
D
Joined: Mar 2004
Posts: 45
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: 871
Sat Offline
Hoopy frood
Offline
Hoopy frood
Joined: Apr 2004
Posts: 871
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