diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regchannel.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regchannel.cpp b/src/regchannel.cpp index a703acda8..b79d07890 100644 --- a/src/regchannel.cpp +++ b/src/regchannel.cpp @@ -467,12 +467,9 @@ AccessGroup ChannelInfo::AccessFor(const NickCore *nc) } if (group.founder || !group.empty()) - { this->last_used = Anope::CurTime; - for (unsigned i = 0; i < group.size(); ++i) - group[i]->last_seen = Anope::CurTime; - } + /* don't update access last seen here, this isn't the user requesting access */ return group; } |