These are old archives. They are kept for historic purposes only.
pete212
Posts: 80 Joined: Mon Jul 12, 2004 1:56 am
Post
by pete212 » Wed Aug 18, 2004 11:31 pm
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 » Thu Aug 19, 2004 12:19 am
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?
pete212
Posts: 80 Joined: Mon Jul 12, 2004 1:56 am
Post
by pete212 » Thu Aug 19, 2004 12:48 am
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 » Thu Aug 19, 2004 12:50 am
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.
pete212
Posts: 80 Joined: Mon Jul 12, 2004 1:56 am
Post
by pete212 » Thu Aug 19, 2004 12:59 am
make what not work properly?
aquanight
Official supporter
Posts: 862 Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID
Post
by aquanight » Thu Aug 19, 2004 2:11 am
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 » Thu Aug 19, 2004 2:14 am
True, I probably just should have ignored this...
Stealth
Head of Support
Posts: 2085 Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:
Post
by Stealth » Thu Aug 19, 2004 5:57 am
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.