1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 10:06:37 +02:00

Merge branch '2.0' into 2.1.

This commit is contained in:
Sadie Powell
2023-12-20 00:07:51 +00:00
19 changed files with 47 additions and 48 deletions
+1 -1
View File
@@ -308,7 +308,7 @@ void Channel::SetModeInternal(MessageSource &setter, ChannelMode *ocm, const Ano
if (param.empty() && cm->type != MODE_REGULAR)
{
Log() << "Channel::SetModeInternal() mode " << cm->mchar << " for " << this->name << " with no paramater, but is a param mode";
Log() << "Channel::SetModeInternal() mode " << cm->mchar << " for " << this->name << " with no parameter, but is a param mode";
return;
}