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 4c09063b6..e20bc3914 100644 --- a/src/modules/m_dccallow.cpp +++ b/src/modules/m_dccallow.cpp @@ -308,7 +308,7 @@ class CommandDccallow : public Command return CmdResult::FAILURE; } - dl->push_back(DCCAllow(target->nick, mask, ServerInstance->Time(), length)); + dl->emplace_back(target->nick, mask, ServerInstance->Time(), length); if (length > 0) { |
