summaryrefslogtreecommitdiff
path: root/src/regchannel.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-08-10 15:52:02 -0400
committerAdam <Adam@anope.org>2013-08-10 17:43:13 -0400
commit58c05687bf7b365c9be7791f8128dbd0da56f5ca (patch)
tree2b1bc85801c1e12ff74cc8bcba53a7e81e3f67c5 /src/regchannel.cpp
parentf8cdcc65c6969536c6437327ba5255e514799dcf (diff)
Add "simple seen" mode to cs_seen
Diffstat (limited to 'src/regchannel.cpp')
-rw-r--r--src/regchannel.cpp5
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;
}