diff options
Diffstat (limited to 'src/modules/m_dccallow.cpp')
| -rw-r--r-- | src/modules/m_dccallow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_dccallow.cpp b/src/modules/m_dccallow.cpp index d7a2c67b2..566f7889e 100644 --- a/src/modules/m_dccallow.cpp +++ b/src/modules/m_dccallow.cpp @@ -155,7 +155,7 @@ class DCCAllowExt : public SimpleExtItem<dccallowlist> } // The value was well formed. - set(user, list); + Set(user, list); } std::string ToInternal(const Extensible* container, void* item) const override @@ -263,7 +263,7 @@ class CommandDccallow : public Command if (!dl) { dl = new dccallowlist; - ext.set(user, dl); + ext.Set(user, dl); // add this user to the userlist ul.push_back(user); } |
