]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_delayjoin.cpp
Check for windows drive letters on the start of paths and treat them the same as...
[user/henk/code/inspircd.git] / src / modules / m_delayjoin.cpp
index 0287179857708c61fbefa313c3612e7d44aed7f8..7d88c8be9d2980178d4e71130e4ff0f6cd0047e4 100644 (file)
@@ -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;