1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 16:46: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
+4 -4
View File
@@ -1,4 +1,4 @@
/* Inspircd 2.0 functions
/* InspIRCd 2.0 functions
*
* (C) 2003-2019 Anope Team
* Contact us at team@anope.org
@@ -227,10 +227,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)
{
}
@@ -529,7 +529,7 @@ struct IRCDMessageCapab : Message::Capab
else if (modename.equals_cs("sslonly"))
{
cm = new ChannelMode("SSL", modechar[0]);
ModeManager::AddChannelMode(new InspIRCdExtban::FinerprintMatcher("SSLBAN", "BAN", 'z'));
ModeManager::AddChannelMode(new InspIRCdExtban::FingerprintMatcher("SSLBAN", "BAN", 'z'));
}
else if (modename.equals_cs("stripcolor"))
{