diff options
Diffstat (limited to 'doc/reference.conf')
-rw-r--r-- | doc/reference.conf | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/reference.conf b/doc/reference.conf index 2ccb384..7223fd7 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -679,16 +679,6 @@ kill { reason = "Obviously hacked account"; }; -kill { - user = "^O[[:alpha:]]?[[:digit:]]+(x\.o|\.xo)$@^[[:alnum:]]{4}\.evilnet.tld$"; - - /* - * NOTE: You have to set type=regex; when using a regular expression - * based user entry - */ - type = regex; -}; - /* * deny {}: IPs that are not allowed to connect (before DNS/ident lookup) * Oper issued dlines will be added to the specified dline config @@ -748,16 +738,6 @@ gecos { reason = "Trojan drone"; }; -gecos { - name = "^\[J[0o]hn Do[3e]\]-[0-9]{2,5}$"; - - /* - * NOTE: You have to set type=regex; when using a regular expression - * based name entry - */ - type = regex; -}; - /* * channel {}: The channel block contains options pertaining to channels */ |