mIRC Home    About    Download    Register    News    Help

Print Thread
#116911 10/04/05 03:44 PM
Joined: Jul 2004
Posts: 59
S
synth7 Offline OP
Babel fish
OP Offline
Babel fish
S
Joined: Jul 2004
Posts: 59
I'm an IRCop on a small server. When I'm opered, I have an extra /whois line that shows me the persons real hostmask, and their IP, if it's normally masked by a vHost. I have each whois RAW line haltdef'd and a custom /echo, so it looks nicer. However, the extra line I have when opered throws it all off, it's the normal style whois reply mixed in with my custom line. I was wondering if maybe there was something I could do to make it fit in. I'll clarify if I didn't explain anything well.

EDIT :: Disregard this please. It is raw 338, and I found all the posts about it not working in 6.16.

Last edited by synth7; 10/04/05 03:57 PM.


Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Hehe, if some people don't understand what you mean like myself, it is sometimes helpful to append the code to your post so people can go through it to see how they can help you. smile

-Andy

Joined: Jul 2004
Posts: 59
S
synth7 Offline OP
Babel fish
OP Offline
Babel fish
S
Joined: Jul 2004
Posts: 59
Yea, sorry about that. I realized about 30 seconds too late that it was raw 338 not triggering, but then I found all the threads about it, so posting my code would be useless. Thanks though.

Last edited by synth7; 10/04/05 03:59 PM.


Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Hehe you're welcome, we should all use the search feature first. It's our friend (if we find what we're looking for). wink

Joined: Apr 2005
Posts: 5
S
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
S
Joined: Apr 2005
Posts: 5
just to make so other people reading this know there is more then one raw for ip it depends on ircd

UNREAL = raw 378
BAHAMUT = 338

just figured id mention it if someone else wondered why thier raws werent working on unrealircd

Joined: Apr 2005
Posts: 10
F
Pikka bird
Offline
Pikka bird
F
Joined: Apr 2005
Posts: 10
Why don't u use /debug to find numerics ?
Code:
/debug @aa
//whois $me
/debug off

Then u look on window @aa and u see the numerics...

Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
He/She knows that, what they're saying is that the numeric for their IP is different on 2 IRCD's.
For UnrealIRCd the numeric is 378 and for Bahamut it's 338.

Joined: Apr 2005
Posts: 5
S
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
S
Joined: Apr 2005
Posts: 5
Quote:
Why don't u use /debug to find numerics ?
Code:
/debug @aa
//whois $me
/debug off

Then u look on window @aa and u see the numerics...


for raws i generally use raw *:*: { echo -s $numeric $1- }
and while im at it i dump to an ini incase i wonder what a raw does later or a number is ussually does the trick

figured other people may wonder on the dif on the raws as he said ^


Link Copied to Clipboard