diff options
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 36d86fa1d..3b7119cca 100644 --- a/src/modules/m_dccallow.cpp +++ b/src/modules/m_dccallow.cpp @@ -108,7 +108,7 @@ bannedfilelist bfl; class DCCAllowExt : public SimpleExtItem<dccallowlist> { public: - unsigned int maxentries; + unsigned long maxentries; DCCAllowExt(Module* Creator) : SimpleExtItem<dccallowlist>(Creator, "dccallow", ExtensionItem::EXT_USER) |
