diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-05-08 17:06:46 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-05-08 17:06:46 +0000 |
commit | f34b371715aa427b91be7de39472763092dbf53a (patch) | |
tree | 9bb270d41595df46bced9615d03ffdb65bf92239 /src/modules | |
parent | ff44d048a26a8a06712cbe4ac6fd661249c0cf1d (diff) |
Possible todo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9666 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/m_delayjoin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_delayjoin.cpp b/src/modules/m_delayjoin.cpp index 028717985..7d88c8be9 100644 --- a/src/modules/m_delayjoin.cpp +++ b/src/modules/m_delayjoin.cpp @@ -192,6 +192,7 @@ class ModuleDelayJoin : public Module user->Shrink("delayjoin"); } + // .. is there a real need to duplicate WriteCommonExcept? void WriteCommonFrom(User *user, Channel* channel, const char* text, ...) CUSTOM_PRINTF(4, 5) { va_list argsPtr; |