diff options
author | Adam <Adam@anope.org> | 2011-05-29 19:05:28 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-05-29 19:05:28 -0400 |
commit | 60548aa00beee50b20bc0742d1dafc3a69c6fb20 (patch) | |
tree | 84da5170e9ece9143d0020750bfe1ff975b5ee8b /modules/core/ns_main.cpp | |
parent | a45d1555d3f4751f4d42576a93640bc251c1dfe1 (diff) |
Fixed ns_update and db_mysql_live sql queries
Diffstat (limited to 'modules/core/ns_main.cpp')
-rw-r--r-- | modules/core/ns_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ns_main.cpp b/modules/core/ns_main.cpp index 25960e023..8d50f7042 100644 --- a/modules/core/ns_main.cpp +++ b/modules/core/ns_main.cpp @@ -147,7 +147,7 @@ class NickServCore : public Module this->SetAuthor("Anope"); Implementation i[] = { I_OnDelNick, I_OnDelCore, I_OnChangeCoreDisplay, I_OnNickIdentify, I_OnNickGroup, I_OnNickUpdate }; - ModuleManager::Attach(i, this, 5); + ModuleManager::Attach(i, this, 6); ModuleManager::RegisterService(&this->mynickserv); |