diff options
Diffstat (limited to 'src/modules/m_dccallow.cpp')
-rw-r--r-- | src/modules/m_dccallow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_dccallow.cpp b/src/modules/m_dccallow.cpp index 5e3f286b5..fd51e4d61 100644 --- a/src/modules/m_dccallow.cpp +++ b/src/modules/m_dccallow.cpp @@ -51,6 +51,7 @@ class cmd_dccallow : public command_t { this->source = "m_dccallow.so"; syntax = "{[+|-]<nick> <time>|HELP|LIST}"; + /* XXX we need to fix this so it can work with translation stuff (i.e. move +- into a seperate param */ } CmdResult Handle(const char **parameters, int pcnt, userrec *user) |