diff options
| author | 2007-08-27 16:05:59 +0000 | |
|---|---|---|
| committer | 2007-08-27 16:05:59 +0000 | |
| commit | 2b3394855d5adddb16285b905503d9ffe5a1d963 (patch) | |
| tree | 5a253a4b3d9420758a510f15c0332d29410fff7a /src/modules/m_dccallow.cpp | |
| parent | Translation of mode parameters to uids where neccessary (diff) | |
| download | inspircd++-2b3394855d5adddb16285b905503d9ffe5a1d963.tar.gz inspircd++-2b3394855d5adddb16285b905503d9ffe5a1d963.tar.bz2 inspircd++-2b3394855d5adddb16285b905503d9ffe5a1d963.zip | |
Add a metric assload of TRANSLATE macros to modules.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7892 e03df62e-2008-0410-955e-edbf42e46eb7
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) |
