1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 05:36:37 +02:00

Fix various typos.

This commit is contained in:
Peter Powell
2019-07-22 12:59:56 +01:00
parent 4465c67790
commit 14ee76a0ad
4 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -617,10 +617,10 @@ namespace InspIRCdExtban
}
};
class FinerprintMatcher : public InspIRCdExtBan
class FingerprintMatcher : public InspIRCdExtBan
{
public:
FinerprintMatcher(const Anope::string &mname, const Anope::string &mbase, char c) : InspIRCdExtBan(mname, mbase, c)
FingerprintMatcher(const Anope::string &mname, const Anope::string &mbase, char c) : InspIRCdExtBan(mname, mbase, c)
{
}
@@ -981,7 +981,7 @@ struct IRCDMessageCapab : Message::Capab
else if (mode.name.equals_cs("sslonly"))
{
cm = new ChannelMode("SSL", mode.letter);
ModeManager::AddChannelMode(new InspIRCdExtban::FinerprintMatcher("SSLBAN", "BAN", 'z'));
ModeManager::AddChannelMode(new InspIRCdExtban::FingerprintMatcher("SSLBAN", "BAN", 'z'));
}
else if (mode.name.equals_cs("stripcolor"))
{