1
0
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:
Adam
2013-03-01 00:56:47 -05:00
parent 6808498ead
commit 6aa9ad938a
+3
View File
@@ -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)
{