aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_silence.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-07-21 11:37:23 +0100
committerGravatar Sadie Powell2024-07-24 00:31:34 +0100
commit62f3278a4a0876d873302e94084b24c17ffee54a (patch)
treec35524b2ea237459285e3e19d1ec9032feea89b3 /src/modules/m_silence.cpp
parentUpdate all usages of ProtocolServer to use Server. (diff)
Don't resync the silence list when it comes from the network.
This isn't presently networked but it should prevent future issues.
Diffstat (limited to 'src/modules/m_silence.cpp')
-rw-r--r--src/modules/m_silence.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_silence.cpp b/src/modules/m_silence.cpp
index 60addc59f..422feea03 100644
--- a/src/modules/m_silence.cpp
+++ b/src/modules/m_silence.cpp
@@ -270,7 +270,7 @@ public:
}
// The value was well formed.
- Set(user, list);
+ Set(user, list, false);
}
std::string ToInternal(const Extensible* container, void* item) const noexcept override