* added a comment infront of the svn modifieable returns. Now it will be me listed...
[citadel.git] / citadel / serv_rwho.c
index 0123145f0bbff2b01ad2460f03497dc6a3ed6748..6af26ab09043a3ea4fc6debfce39bed6f9b51299 100644 (file)
@@ -260,5 +260,7 @@ char *serv_rwho_init(void)
         CtdlRegisterProtoHook(cmd_rchg, "RCHG", "Masquerade roomname");
         CtdlRegisterProtoHook(cmd_uchg, "UCHG", "Masquerade username");
         CtdlRegisterProtoHook(cmd_stel, "STEL", "Enter/exit stealth mode");
+
+       /* return our Subversion id for the Log */
         return "$Id$";
 }