|
@@ -75,6 +75,7 @@ bool manop_warn;
|
|
|
char homechan[51] = "";
|
|
char homechan[51] = "";
|
|
|
char usermode[15] = "";
|
|
char usermode[15] = "";
|
|
|
bool fish_auto_keyx = 0;
|
|
bool fish_auto_keyx = 0;
|
|
|
|
|
+bool fish_paranoid = 0;
|
|
|
|
|
|
|
|
////// THIS MUST REMAIN SORTED: !LC_ALL=C sort
|
|
////// THIS MUST REMAIN SORTED: !LC_ALL=C sort
|
|
|
// VAR("bad-process", &badprocess, VAR_INT|VAR_DETECTED, 0, 4, "ignore"),
|
|
// VAR("bad-process", &badprocess, VAR_INT|VAR_DETECTED, 0, 4, "ignore"),
|
|
@@ -94,6 +95,7 @@ static variable_t vars[] = {
|
|
|
VAR("deaf", &use_deaf, VAR_INT|VAR_BOOL|VAR_NOLHUB, 0, 1, "1"),
|
|
VAR("deaf", &use_deaf, VAR_INT|VAR_BOOL|VAR_NOLHUB, 0, 1, "1"),
|
|
|
VAR("fight-threshold", &fight_threshold, VAR_INT|VAR_NOLOC, 0, 0, "0"),
|
|
VAR("fight-threshold", &fight_threshold, VAR_INT|VAR_NOLOC, 0, 0, "0"),
|
|
|
VAR("fish-auto-keyx", &fish_auto_keyx, VAR_INT|VAR_BOOL|VAR_NOLHUB, 0, 1, "1"),
|
|
VAR("fish-auto-keyx", &fish_auto_keyx, VAR_INT|VAR_BOOL|VAR_NOLHUB, 0, 1, "1"),
|
|
|
|
|
+ VAR("fish-paranoid", &fish_paranoid, VAR_INT|VAR_BOOL|VAR_NOLHUB, 0, 1, "0"),
|
|
|
VAR("flood-callerid", &flood_callerid, VAR_RATE|VAR_NOLHUB, 0, 0, "6:2"),
|
|
VAR("flood-callerid", &flood_callerid, VAR_RATE|VAR_NOLHUB, 0, 0, "6:2"),
|
|
|
VAR("flood-ctcp", &flood_ctcp, VAR_RATE|VAR_NOLHUB, 0, 0, "3:60"),
|
|
VAR("flood-ctcp", &flood_ctcp, VAR_RATE|VAR_NOLHUB, 0, 0, "3:60"),
|
|
|
VAR("flood-msg", &flood_msg, VAR_RATE|VAR_NOLHUB, 0, 0, "5:60"),
|
|
VAR("flood-msg", &flood_msg, VAR_RATE|VAR_NOLHUB, 0, 0, "5:60"),
|