Page 1 of 1

+G modes

Posted: Sat Jan 28, 2006 6:21 am
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

Posted: Sat Jan 28, 2006 7:07 am
by [UnDeRTaKeR]
http://www.vulnscan.org/UnrealIRCd/unre ... l#setblock

set
{
(...)
modes-on-connect "+G";
restrict-usermodes "G";
(...)
};

Posted: Sun Jan 29, 2006 7:07 am
by hackside
the +G is fine

but still the filter words dont work..

Posted: Sun Jan 29, 2006 7:12 am
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";

Posted: Sun Jan 29, 2006 7:35 am
by hackside
yes i did is the filter work in ircop?

Posted: Sun Jan 29, 2006 7:59 am
by [UnDeRTaKeR]
yes, they work on everyone...

Posted: Sun Jan 29, 2006 8:12 am
by hackside
why its not working now..

all badwords conf are include in unrealircd.conf file

Posted: Sun Jan 29, 2006 5:19 pm
by Stealth
It will not appear to filter words to yourself, but the people receiving your text will see it.

Posted: Sun Jan 29, 2006 11:38 pm
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

Posted: Mon Jan 30, 2006 1:21 am
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.