]> jfr.im git - irc/quakenet/newserv.git/blobdiff - channel/channel.c
Sigh
[irc/quakenet/newserv.git] / channel / channel.c
index bd1377655f517ecff13614a46ed65a626074836f..7f0a73e4f86665efb4048fbed75cda71a16ccb81 100644 (file)
@@ -13,7 +13,7 @@
 #include <stdio.h>
 #include <string.h>
 
-MODULE_VERSION("$Id")
+MODULE_VERSION("$Id: channel.c 663 2006-05-16 17:27:36Z newserv $")
 
 #define channelhash(x)  (crc32i(x)%CHANNELHASHSIZE)