* added a comment infront of the svn modifieable returns. Now it will be me listed...
[citadel.git] / citadel / serv_chat.c
index cc42c278db015e2c043262126cff0e3f1792b878..765d486d9a51d347d71f142a4b3f5d5f0034afac 100644 (file)
@@ -821,6 +821,8 @@ char *serv_chat_init(void)
        CtdlRegisterSessionHook(cmd_gexp_async, EVT_ASYNC);
        CtdlRegisterSessionHook(delete_instant_messages, EVT_STOP);
        CtdlRegisterXmsgHook(send_instant_message, XMSG_PRI_LOCAL);
+
+       /* return our Subversion id for the Log */
        return "$Id$";
 }