From 1cda046fed93adef23eee9e2c21abfdf7c863e34 Mon Sep 17 00:00:00 2001 From: danieldg Date: Sun, 31 Jan 2010 03:42:20 +0000 Subject: 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 --- include/users.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3