]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/instmsg/serv_instmsg.c
Removed references to Subversion in the code
[citadel.git] / citadel / modules / instmsg / serv_instmsg.c
index a061fc8465c720b0f955dcc10021d3011d69aa2a..fb74d9716863572b9538fba4c4c89ffb423b40c9 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module handles instant messaging between users.
  * 
  * Copyright (c) 1987-2010 by the citadel.org team
@@ -608,6 +606,6 @@ CTDL_MODULE_INIT(instmsg)
                CtdlRegisterSessionHook(instmsg_shutdown, EVT_SHUTDOWN);
        }
        
-       /* return our Subversion id for the Log */
-       return "$Id$";
+       /* return our module name for the log */
+       return "instmsg";
 }