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
+G modes
-
[UnDeRTaKeR]
- Posts: 84
- Joined: Mon Nov 21, 2005 6:15 am
- Location: Cuba
http://www.vulnscan.org/UnrealIRCd/unre ... l#setblock
set
{
(...)
modes-on-connect "+G";
restrict-usermodes "G";
(...)
};
set
{
(...)
modes-on-connect "+G";
restrict-usermodes "G";
(...)
};
-
[UnDeRTaKeR]
- Posts: 84
- Joined: Mon Nov 21, 2005 6:15 am
- Location: Cuba
-
[UnDeRTaKeR]
- Posts: 84
- Joined: Mon Nov 21, 2005 6:15 am
- Location: Cuba
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.
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."
"Your message contains too few characters."