]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/modules/roomchat/serv_roomchat.c
If you can't handle me at my worst, you don't deserve me at my best.
[citadel.git] / citadel / server / modules / roomchat / serv_roomchat.c
index 4f3a71eae0991310b658ae072d4ca0df9e0c3597..4adb1a492e5281497404e72235194eb8a727ed1e 100644 (file)
@@ -238,6 +238,7 @@ void cmd_rcht(char *argbuf)
 }
 
 
+// Initialization function, called from modules_init.c
 char *ctdl_module_init_roomchat(void) {
        if (!threading) {
                CtdlRegisterProtoHook(cmd_rcht, "RCHT", "Participate in real time chat in a room");