1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 02:03:14 +02:00

Fixed ns_update and db_mysql_live sql queries

This commit is contained in:
Adam
2011-05-29 19:05:28 -04:00
parent a45d1555d3
commit 60548aa00b
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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);