mirror of
https://github.com/anope/anope.git
synced 2026-07-02 10:26:37 +02:00
Fixed some stuff spotted by Cronus, made db_old convert ACCESS_INVALID levels to ACCESS_FOUNDER, fix cs_enforce +R from an earlier commit, fixed ChangeModeInternal TS checking when IRCds don't send TS on mode
This commit is contained in:
+3
-1
@@ -714,7 +714,9 @@ void Channel::SetModesInternal(MessageSource &source, const Anope::string &mode,
|
||||
++this->server_modecount;
|
||||
}
|
||||
|
||||
if (ts > this->creation_time)
|
||||
if (!ts)
|
||||
;
|
||||
else if (ts > this->creation_time)
|
||||
return;
|
||||
else if (ts < this->creation_time)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user