diff options
| author | 2021-03-17 06:15:39 +0000 | |
|---|---|---|
| committer | 2021-03-17 06:15:48 +0000 | |
| commit | 9ad9a668d57de7858a85bd8b6b17594113e32598 (patch) | |
| tree | 0ae85f731ad4db0b052322882170f18ed9acb616 /src/modules/m_dccallow.cpp | |
| parent | Pascalize Set in extension item classes. (diff) | |
Pascalize Unset in extension item classes.
Diffstat (limited to 'src/modules/m_dccallow.cpp')
| -rw-r--r-- | src/modules/m_dccallow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_dccallow.cpp b/src/modules/m_dccallow.cpp index 566f7889e..484f8aef1 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); dccallowlist* list = new dccallowlist(); irc::spacesepstream ts(value); |
