Page 1 of 1
help
Posted: Wed Aug 18, 2004 11:31 pm
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?
Posted: Thu Aug 19, 2004 12:19 am
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?
Posted: Thu Aug 19, 2004 12:48 am
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..
Posted: Thu Aug 19, 2004 12:50 am
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.
Posted: Thu Aug 19, 2004 12:59 am
by pete212
make what not work properly?
Posted: Thu Aug 19, 2004 2:11 am
by aquanight
pete212 wrote:i edited the 005
Dude. You modified Unreal. As stated quite clearly
here, that is not cool.
'nuf said.
Posted: Thu Aug 19, 2004 2:14 am
by w00t
True, I probably just should have ignored this...
Posted: Thu Aug 19, 2004 5:57 am
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.