Home | Networks | Community | Need Help? 

 
 Quick search

 
 
 RegisterRegister   Log inLog in 

how to change the prefixes (~ & ...) for unrealircd

 
Post new topic   Reply to topic    SearchIRC Forum Index -> IRCD & Network Services
Author Message
petersen
Guest





PostPosted: Feb 28, 2004 7:27pm    Post subject: how to change the prefixes (~ & ...) for unrealircd Reply with quote

hi,
in the past i saw a lot of irc networks running unrealircd with different prefixes like ! for ~ (founder) and ! for & (admin). so my question how i could change this ? i read the unreal faq etc (http://www.vulnscan.org/UnrealIrcd/faq/#31) but i don't care of support - and i know that it works fine Wink - im running the latest unrealircd version(Unreal3.2-RC1).
would be great if someone could help me.

thx in advance - petersen
Back to top
petersensen
Guest





PostPosted: Feb 28, 2004 7:45pm    Post subject: Re: how to change the prefixes (~ & ...) for unrealircd Reply with quote

petersen wrote:
hi,
...prefixes like ! for ~ (founder) and ! for & (admin).


...prefixes like * for ~ (founder) and ! for & (admin)

now its right Wink
Back to top
al5001
Lurker
Lurker


Joined: 17 Jul 2003
Posts: 181
Location: Canada

PostPosted: Feb 28, 2004 11:37pm    Post subject: Reply with quote

I seriously have no clue why you want to change the token for channel owner...

I prefer to stay with only the @ % and +.... or @ + and -...

The ~ and & symbols look unprofessional somehow, as it makes the IRCd look kiddy-like. When you run ./Config you can specify to not have these characters and to use the old style ones. I prefer it without the ~ and &.

But, if you are so eager to find out how to change ~ to !, edit Unreal3.2/src/channel.c

Go to line 5190 and change:

buf[idx++] = '~';

To:

buf[idx++] = '!';

Then save the file, run "make", then restart your IRCd.
Back to top
U
Eleet
Eleet


Joined: 18 Jun 2003
Posts: 521
Location: IRC

PostPosted: Feb 29, 2004 10:01am    Post subject: Reply with quote

You have to enable them in the config. Not to be rude, but RTFM.

They don't come enabled by default-which is good. I didn't want them, and didn't have to do anything fancy to prevent them Smile
Back to top
al5001
Lurker
Lurker


Joined: 17 Jul 2003
Posts: 181
Location: Canada

PostPosted: Feb 29, 2004 7:06pm    Post subject: Reply with quote

I know how to disable them, and I have disabled them. I just don't understand why people want so many things changed on the IRCd to make it look worse.
Back to top
petersen
Guest





PostPosted: Mar 03, 2004 10:42am    Post subject: Reply with quote

thx a lot for the quick reply al5001 - i understand your opinion - but i just wondered how they do this so its just for my general knowledge Wink

cheers petersen
Back to top
Display posts from previous:   
Post new topic   Reply to topic    SearchIRC Forum Index -> IRCD & Network Services All times are GMT - 6 Hours
Page 1 of 1

 
 
Forum powered by phpBB
 
 © 2000 - 2008 EverythingIRC, Inc. All rights reserved. Please read our disclaimer