mirror of
https://github.com/anope/anope.git
synced 2026-06-30 12:26:38 +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:
@@ -702,7 +702,7 @@ struct IRCDMessageMode : IRCDMessage
|
||||
if (ircdproto->IsChannelValid(params[0]))
|
||||
{
|
||||
Channel *c = findchan(params[0]);
|
||||
time_t ts = Anope::CurTime;
|
||||
time_t ts = 0;
|
||||
try
|
||||
{
|
||||
if (server_source)
|
||||
|
||||
Reference in New Issue
Block a user