help

These are old archives. They are kept for historic purposes only.
Locked
pete212
Posts: 80
Joined: Mon Jul 12, 2004 1:56 am

help

Post by pete212 »

does anyone know where in s_err.c is the line that controls the

Code: Select all

"MAP KNOCK SAFELIST HCN MAXCHANNELS=20 MAXBANS=60 NICKLEN=30 TOPICLEN=307 KICKLEN=307 MAXTARGETS=20 AWAYLEN=307 are supported by this server
WALLCHOPS WATCH=128 SILENCE=15 MODES=12 CHANTYPES=# PREFIX=(qaohv)~&@%+ CHANMODES=be,kfL,l,psmntirRcOAQKVGCuzNSMT NETWORK=Dynasty CASEMAPPING=ascii EXTBAN=~,cqnr ELIST=MNUCT are supported by this server"
when users connect?
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

It's RPL_WELCOME or nearabouts, I think... One things for sure, its numeric 005.

It isnt sent like that though, afaik. It's sent as a number of vars.

Why?
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
pete212
Posts: 80
Joined: Mon Jul 12, 2004 1:56 am

Post by pete212 »

Where are the vars at? i edited the 005 and it didnt do a thing =\ and i am doin this cause i wanted to remove it from showing on connect..
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Are you crazy?!

If you remove that, then things won't work properly! And if you didn't do it properly, then I start to wonder if you know just how C works.

Read the damn RFCs and stuff before you go and break something.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
pete212
Posts: 80
Joined: Mon Jul 12, 2004 1:56 am

Post by pete212 »

make what not work properly?
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

pete212 wrote:i edited the 005
Dude. You modified Unreal. As stated quite clearly here, that is not cool.

'nuf said.
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

True, I probably just should have ignored this...
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Editing or removing numeric 005 will break MANY things.

It will not only break the IRCd, but it will also break any client that connects.

Here is an example:
Without 005, mIRC wont know what the hell to do - it wont recognize op modes, or prefix ops on a channel.

So, doing something like this will be VERY VERY stoopid.
Locked