1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 11:23:13 +02:00

Cleanup after mode locks, badwords, akick, access, if destructed

This commit is contained in:
Adam
2012-12-29 20:29:41 -05:00
parent 793c438286
commit 326f1a9c8b
7 changed files with 103 additions and 52 deletions
+1 -1
View File
@@ -847,7 +847,7 @@ struct IRCDMessageFJoin : IRCDMessage
}
time_t ts = Anope::string(params[1]).is_pos_number_only() ? convertTo<time_t>(params[1]) : Anope::CurTime;
Message::Join::SJoin(source, params[0], ts, "", users);
Message::Join::SJoin(source, params[0], ts, modes, users);
}
};