diff options
author | Adam <Adam@anope.org> | 2012-11-16 00:03:15 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-11-16 00:03:15 -0500 |
commit | 5d6fb2427e2c396239b854951ad4b8d4e3952657 (patch) | |
tree | 7ba24105fae1615fb972ccf7d02e34b27327a51c /include/channels.h | |
parent | ad3d1d381a29598338c4687ca1a7a334a9fc71d5 (diff) |
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
Diffstat (limited to 'include/channels.h')
-rw-r--r-- | include/channels.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channels.h b/include/channels.h index da65c1a9c..99ddf06b9 100644 --- a/include/channels.h +++ b/include/channels.h @@ -205,7 +205,7 @@ class CoreExport Channel : public virtual Base, public Extensible, public Flags< * @param mode the modes * @param EnforceMLock true to enforce mlock */ - void SetModesInternal(MessageSource &source, const Anope::string &mode, time_t ts = Anope::CurTime, bool EnforceMLock = true); + void SetModesInternal(MessageSource &source, const Anope::string &mode, time_t ts = 0, bool EnforceMLock = true); /** Kick a user from a channel internally * @param source The sender of the kick |