+G modes

These are old archives. They are kept for historic purposes only.
Post Reply
hackside
Posts: 25
Joined: Fri Jan 27, 2006 3:56 pm

+G modes

Post by hackside »

i would like to know how can i set the +G modes in user for them to be included in filter of badwords etc..

and where i can set the +G modes for every user join the server automatically with +G mode
[UnDeRTaKeR]
Posts: 84
Joined: Mon Nov 21, 2005 6:15 am
Location: Cuba

Post by [UnDeRTaKeR] »

http://www.vulnscan.org/UnrealIRCd/unre ... l#setblock

set
{
(...)
modes-on-connect "+G";
restrict-usermodes "G";
(...)
};
hackside
Posts: 25
Joined: Fri Jan 27, 2006 3:56 pm

Post by hackside »

the +G is fine

but still the filter words dont work..
[UnDeRTaKeR]
Posts: 84
Joined: Mon Nov 21, 2005 6:15 am
Location: Cuba

Post by [UnDeRTaKeR] »

make sure u included the default badwords files, and/or edit them to your
liking,
include "badwords.channel.conf";
include "badwords.message.conf";
include "badwords.quit.conf";
hackside
Posts: 25
Joined: Fri Jan 27, 2006 3:56 pm

Post by hackside »

yes i did is the filter work in ircop?
[UnDeRTaKeR]
Posts: 84
Joined: Mon Nov 21, 2005 6:15 am
Location: Cuba

Post by [UnDeRTaKeR] »

yes, they work on everyone...
hackside
Posts: 25
Joined: Fri Jan 27, 2006 3:56 pm

Post by hackside »

why its not working now..

all badwords conf are include in unrealircd.conf file
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

It will not appear to filter words to yourself, but the people receiving your text will see it.
hackside
Posts: 25
Joined: Fri Jan 27, 2006 3:56 pm

Post by hackside »

oh now i know hehehe thanks

by the way how can i set that every user when they registered their channel to chanserv it will automatically set the mode +ntrG?

because as a default only +ntr are set
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

No, we cant help with that, that would involve editing the source code of your services (and we dont help with services, or source editing).


Before compiling your UnrealIRCd, edit include/config.h, and change:

#undef STRIPBADWORDS_CHAN_ALWAYS

to

#define STRIPBADWORDS_CHAN_ALWAYS


Then recompile, and badwords will be used no matter whether +G is set or not.
Why the hell can't my signature be empty?
"Your message contains too few characters."
Post Reply