summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-30 14:51:30 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-30 14:51:30 +0000
commitd26de8291af33189524cf17ae3ec730aadba6c0c (patch)
tree761e893021397fdab4b03b876b3c87e9b79f93ad /doc
parent0ea643ad024cfb9adb6af2d76455f04708b2b8ed (diff)
- Dropped PCRE support
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@1920 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'doc')
-rw-r--r--doc/reference.conf20
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
*/