1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 21:16:39 +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
+1 -1
View File
@@ -15,7 +15,7 @@
using namespace SQL;
/* SQLite3 API, based from InspiRCd */
/* SQLite3 API, based from InspIRCd */
/** A SQLite result
*/
+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"))
{
+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"))
{
Regular → Executable
+1 -1
View File
@@ -53,7 +53,7 @@ if test $geoip_database = "country"; then
echo "Unpacking..."
unzip -jo GeoIPCountryCSV.zip
rm GeoIPCountryCSV.zip
echo "Converting to UFT-8..."
echo "Converting to UTF-8..."
iconv -f ISO-8859-1 -t UTF-8 GeoIPCountryWhois.csv -o $prefix"geoip_country.csv"
rm GeoIPCountryWhois.csv
echo "Importing..."