]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/roomchat/serv_roomchat.c
Completed the removal of $Id$ tags in the Citadel server. Also, since the strings...
[citadel.git] / citadel / modules / roomchat / serv_roomchat.c
index 63feceb51e82246158ab433acddf087e3a39ed2c..225f0861c237b17bb8f05e6a00bece7c93d338aa 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module handles instant messaging between users.
  * 
  * Copyright (c) 2010 by the citadel.org team
@@ -274,5 +272,5 @@ CTDL_MODULE_INIT(roomchat)
        }
        
        /* return our Subversion id for the Log */
-       return "$Id$";
+       return "roomchat";
 }