]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/helpfile.h
table output cleanups and help index cleanups and memoserv crash fix
[irc/evilnet/x3.git] / src / helpfile.h
index 6fbe65f4bcdd887607bdefb644f2b4772d14f7b6..9d9ed3c1981eed30836f584990553e3080dc554d 100644 (file)
@@ -37,6 +37,7 @@ extern struct userNode *message_dest; /* message destination; useful in expansio
 #define TABLE_REPEAT_ROWS    0x0004 /* put more than one row on a line? */
 #define TABLE_NO_FREE        0x0008 /* don't free the contents? */
 #define TABLE_NO_HEADERS     0x0010 /* is there actually no header? */
+#define TABLE_NO_FOOTER      0x0020 /* Dont send a -----End---- footer */
 
 struct helpfile_table {
     unsigned int length : 16;