]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channels.h
Add m_ripemd160 on behalf of Brain. Adds ripemd-160 hashing to our collection of...
[user/henk/code/inspircd.git] / include / channels.h
index bf025ec560f8ff693589a28dfb77115d67f7daed..940b9b555b86263d1a9500bdc8f6d6930135315d 100644 (file)
@@ -344,7 +344,7 @@ class CoreExport Channel : public Extensible
         * @return The number of users left on the channel. If this is zero
         * when the method returns, you MUST delete the Channel immediately!
         */
-       long ServerKickUser(User* user, const char* reason, bool triggerevents);
+       long ServerKickUser(User* user, const char* reason, bool triggerevents, const char* servername = NULL);
 
        /** Part a user from this channel with the given reason.
         * If the reason field is NULL, no reason will be sent.