diff options
| author | DukePyrolator <DukePyrolator@anope.org> | 2010-12-24 06:42:55 +0100 |
|---|---|---|
| committer | DukePyrolator <DukePyrolator@anope.org> | 2010-12-24 06:42:55 +0100 |
| commit | 4235df2b28a26cb166a250d016f1fd9b417cb94b (patch) | |
| tree | 71e7d99d4cf1c3f679593ff982baa37689f7b3e7 /modules/protocol | |
| parent | a0ad3c4fef7e35c68dee128950ef95c0c56849fe (diff) | |
| parent | 1a3ba00c246803ee06a680060454fb6782e5dd7d (diff) | |
Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope into 1.9
Diffstat (limited to 'modules/protocol')
| -rw-r--r-- | modules/protocol/inspircd11.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/protocol/inspircd11.cpp b/modules/protocol/inspircd11.cpp index 42c016a37..270a3e013 100644 --- a/modules/protocol/inspircd11.cpp +++ b/modules/protocol/inspircd11.cpp @@ -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; } }; |
