* Added "Base DN" "Bind DN" and "Bind DN password" config options
[citadel.git] / citadel / serv_chat.c
index acd867e0f8782973067427b18a46d4b17f44caf8..d7d85b735a62fdd6b8404ae81622f6184eed9aec 100644 (file)
@@ -749,7 +749,7 @@ void cmd_reqt(char *argbuf) {
 
 
 
-char *serv_inithat_init(void)
+char *serv_chat_init(void)
 {
        CtdlRegisterProtoHook(cmd_chat, "CHAT", "Begin real-time chat");
        CtdlRegisterProtoHook(cmd_pexp, "PEXP", "Poll for express messages");