diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-28 13:28:21 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-28 13:28:21 +0000 |
commit | d9b74b49d9ff87f7ce36f2909adb427be4482c68 (patch) | |
tree | 3de9b02f0203d25d59452aa5c78a7417c35b20f2 /src/inspircd.cpp | |
parent | f5d72291213ae9749f1c727ff984c536d7d6fe68 (diff) |
Try this, werdnum
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5562 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 421b91ebe..2f44e9735 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -185,6 +185,8 @@ InspIRCd::InspIRCd(int argc, char** argv) factory.resize(255); this->Config = new ServerConfig(this); + this->Config->opertypes.clear(); + this->Config->operclass.clear(); this->SNO = new SnomaskManager(this); this->Start(); this->TIME = this->OLDTIME = this->startup_time = time(NULL); |