diff options
| author | 2010-03-14 11:11:04 -0500 | |
|---|---|---|
| committer | 2010-08-03 17:32:40 -0400 | |
| commit | 34738d55ca588a99b9fedb4db0464f056f65d728 (patch) | |
| tree | 91ce60356dd1f43adecdc38ca63fcadfab691c3c /src/inspircd.cpp | |
| parent | Fix 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.cpp | 1 |
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), |
