aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_dccallow.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-03-17 16:07:33 +0000
committerGravatar Sadie Powell2021-03-17 21:13:10 +0000
commita4e9ebfda34afcf6eb7602381c2f9313ab1b8b78 (patch)
tree4f3884cc3415e3c7ef3ce4ebf30150a1dd166e20 /src/modules/m_dccallow.cpp
parentMove extensible code from base.cpp to extensible.cpp and cleanup. (diff)
Implement support for automatically syncing extension items.
Diffstat (limited to 'src/modules/m_dccallow.cpp')
-rw-r--r--src/modules/m_dccallow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_dccallow.cpp b/src/modules/m_dccallow.cpp
index b2f9d644b..4c09063b6 100644
--- a/src/modules/m_dccallow.cpp
+++ b/src/modules/m_dccallow.cpp
@@ -122,7 +122,7 @@ class DCCAllowExt : public SimpleExtItem<dccallowlist>
return;
// Remove the old list and create a new one.
- Unset(user);
+ Unset(user, false);
dccallowlist* list = new dccallowlist();
irc::spacesepstream ts(value);