diff options
Diffstat (limited to 'modules/protocol/hybrid.cpp')
-rw-r--r-- | modules/protocol/hybrid.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/protocol/hybrid.cpp b/modules/protocol/hybrid.cpp index 07977b961..a07cb62fb 100644 --- a/modules/protocol/hybrid.cpp +++ b/modules/protocol/hybrid.cpp @@ -622,7 +622,8 @@ public: message_sjoin(this), message_svsmode(this), message_tburst(this), message_tmode(this), message_uid(this), message_certfp(this) { - this->AddModes(); + if (Config->GetModule(this)) + this->AddModes(); } void OnUserNickChange(User *u, const Anope::string &) anope_override |