mirror of
https://github.com/anope/anope.git
synced 2026-07-08 05:23:13 +02:00
Don't have cs_seen update data for users on syncing servers
This commit is contained in:
@@ -385,6 +385,9 @@ class CSSeen : public Module
|
||||
private:
|
||||
void UpdateUser(const User *u, const TypeInfo Type, const Anope::string &nick, const Anope::string &nick2, const Anope::string &channel, const Anope::string &message)
|
||||
{
|
||||
if (!u->server->IsSynced())
|
||||
return;
|
||||
|
||||
SeenInfo *info = FindInfo(nick);
|
||||
if (!info)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user