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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user