]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - tools/viconf.c
Add topic TS and channel TS constraints for /LIST.
[irc/rqf/shadowircd.git] / tools / viconf.c
index d716d511e3425b219db6da3445770e9cccf2b157..17c7a2710ba2dcbef02a1513b8d257484b6f6bf0 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * viconf.c
  *
- * $Id: viconf.c 6 2005-09-10 01:02:21Z nenolod $
  */
 #include <stdio.h>
 #include <unistd.h>
@@ -44,10 +43,6 @@ int main(int argc, char *argv[])
     p = argv[0];
   else
     p++;
-#ifdef KPATH
-  if(strcmp(p, "viklines") == 0)
-    filename = KPATH;
-#endif /* KPATH */
 
   if(strcmp(p, "vimotd") == 0)
     filename = MPATH;