summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-01-31 03:42:20 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-01-31 03:42:20 +0000
commit1cda046fed93adef23eee9e2c21abfdf7c863e34 (patch)
tree90d049f51482bf162f1c6d6abe2d215e504f53a3 /include/users.h
parentd46783efbda0a89b92175120ed5249a3456e25ee (diff)
Allow connect classes to be specified without an allow or deny mask
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12336 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h
index da68bfd78..c7ed73264 100644
--- a/include/users.h
+++ b/include/users.h
@@ -25,7 +25,9 @@ enum ClassTypes {
/** connect:allow */
CC_ALLOW = 0,
/** connect:deny */
- CC_DENY = 1
+ CC_DENY = 1,
+ /** named connect block (for opers, etc) */
+ CC_NAMED = 2
};
/** RFC1459 channel modes