mirror of
https://github.com/anope/anope.git
synced 2026-07-04 13:33:13 +02:00
Rewrote the ignore code. Adds creator and reason to /os ignore list.
This commit is contained in:
@@ -587,6 +587,8 @@ class InspircdIRCdMessage : public IRCdMessage
|
||||
}
|
||||
|
||||
IRCdMessage::OnCapab(source, params);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
bool OnSJoin(const Anope::string &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -676,6 +678,8 @@ class InspircdIRCdMessage : public IRCdMessage
|
||||
c->UnsetFlag(CH_SYNCING);
|
||||
c->Sync();
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user