1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 15:23:12 +02:00

Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope into 1.9

This commit is contained in:
DukePyrolator
2010-12-24 06:42:55 +01:00
18 changed files with 295 additions and 361 deletions
+4
View File
@@ -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> &params)
@@ -676,6 +678,8 @@ class InspircdIRCdMessage : public IRCdMessage
c->UnsetFlag(CH_SYNCING);
c->Sync();
}
return true;
}
};