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

Do not have ratbox or plexus pull modes from hybrid, it is entirely too confusing. Also fix cs_mode config

This commit is contained in:
Adam
2013-08-10 17:45:39 -04:00
parent 58c05687bf
commit c507c78d5a
5 changed files with 95 additions and 34 deletions
+2 -1
View File
@@ -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