mirror of
https://github.com/anope/anope.git
synced 2026-06-30 13:46:38 +02:00
sed'd a few typos
This commit is contained in:
+2
-2
@@ -157,7 +157,7 @@ void Channel::DeleteUser(User *user)
|
||||
user->chans.erase(uit);
|
||||
}
|
||||
|
||||
/* Channel is persistant, it shouldn't be deleted and the service bot should stay */
|
||||
/* Channel is persistent, it shouldn't be deleted and the service bot should stay */
|
||||
if (this->HasFlag(CH_PERSIST) || (this->ci && this->ci->HasFlag(CI_PERSIST)))
|
||||
return;
|
||||
|
||||
@@ -309,7 +309,7 @@ void Channel::SetModeInternal(ChannelMode *cm, const Anope::string ¶m, bool
|
||||
cml->OnAdd(this, param);
|
||||
}
|
||||
|
||||
/* Channel mode +P or so was set, mark this channel as persistant */
|
||||
/* Channel mode +P or so was set, mark this channel as persistent */
|
||||
if (cm->Name == CMODE_PERM)
|
||||
{
|
||||
this->SetFlag(CH_PERSIST);
|
||||
|
||||
Reference in New Issue
Block a user