aboutsummaryrefslogtreecommitdiffstats
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
authorGravatar Daniel De Graaf2010-03-14 11:11:04 -0500
committerGravatar Daniel De Graaf2010-08-03 17:32:40 -0400
commit34738d55ca588a99b9fedb4db0464f056f65d728 (patch)
tree91ce60356dd1f43adecdc38ca63fcadfab691c3c /src/inspircd.cpp
parentFix uninit pointer on MySQL initial connection (diff)
Allow m_sqlauth to set connect class
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 94858d0df..e25c40d96 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -298,6 +298,7 @@ InspIRCd::InspIRCd(int argc, char** argv) :
* themselves within the class.
*/
NICKForced("NICKForced", NULL),
+ ForcedClass("ForcedClass", NULL),
OperQuit("OperQuit", NULL),
GenRandom(&HandleGenRandom),
IsChannel(&HandleIsChannel),