|
@@ -37,7 +37,7 @@ int badprocess = DET_IGNORE;
|
|
|
char process_list[1024] = "";
|
|
char process_list[1024] = "";
|
|
|
#endif
|
|
#endif
|
|
|
bool dccauth = 0;
|
|
bool dccauth = 0;
|
|
|
-char *def_chanset = "+enforcebans +dynamicbans +userbans -bitch +cycle -inactive +userexempts -dynamicexempts +userinvites -dynamicinvites -nodesynch -closed -take -voice -private -fastop";
|
|
|
|
|
|
|
+char *def_chanset = "+enforcebans +dynamicbans +userbans -bitch +cycle -inactive +userexempts -dynamicexempts +userinvites -dynamicinvites -nodesynch -closed -take -voice -private -fastop +meankicks";
|
|
|
int cloak_script = 0;
|
|
int cloak_script = 0;
|
|
|
rate_t close_threshold;
|
|
rate_t close_threshold;
|
|
|
int fight_threshold;
|
|
int fight_threshold;
|
|
@@ -58,7 +58,6 @@ int op_bots;
|
|
|
rate_t op_requests;
|
|
rate_t op_requests;
|
|
|
int promisc;
|
|
int promisc;
|
|
|
int trace;
|
|
int trace;
|
|
|
-bool offensive_bans;
|
|
|
|
|
bool manop_warn;
|
|
bool manop_warn;
|
|
|
char homechan[51] = "";
|
|
char homechan[51] = "";
|
|
|
char usermode[15] = "";
|
|
char usermode[15] = "";
|
|
@@ -93,7 +92,6 @@ static variable_t vars[] = {
|
|
|
VAR("lag-threshold", &lag_threshold, VAR_INT|VAR_NOLHUB, 0, 0, "15"),
|
|
VAR("lag-threshold", &lag_threshold, VAR_INT|VAR_NOLHUB, 0, 0, "15"),
|
|
|
VAR("login", &login, VAR_INT|VAR_DETECTED, 0, 4, "warn"),
|
|
VAR("login", &login, VAR_INT|VAR_DETECTED, 0, 4, "warn"),
|
|
|
VAR("manop-warn", &manop_warn, VAR_INT|VAR_BOOL|VAR_NOLHUB, 0, 1, "1"),
|
|
VAR("manop-warn", &manop_warn, VAR_INT|VAR_BOOL|VAR_NOLHUB, 0, 1, "1"),
|
|
|
- VAR("mean-kicks", &offensive_bans, VAR_INT|VAR_BOOL|VAR_NOLHUB, 0, 1, "1"),
|
|
|
|
|
VAR("motd", motd, VAR_STRING|VAR_HIDE|VAR_NOLOC, 0, 0, NULL),
|
|
VAR("motd", motd, VAR_STRING|VAR_HIDE|VAR_NOLOC, 0, 0, NULL),
|
|
|
VAR("msg-ident", msgident, VAR_STRING|VAR_NOLHUB, 0, 0, NULL),
|
|
VAR("msg-ident", msgident, VAR_STRING|VAR_NOLHUB, 0, 0, NULL),
|
|
|
VAR("msg-invite", msginvite, VAR_STRING|VAR_NOLHUB, 0, 0, NULL),
|
|
VAR("msg-invite", msginvite, VAR_STRING|VAR_NOLHUB, 0, 0, NULL),
|