diff mcabber/src/compl.h @ 750:938a8791658c

Add partial completion for the "/event" command
author Mikael Berthe <mikael@lilotux.net>
date Mon, 13 Mar 2006 19:25:55 +0100
parents e98abd3ce28c
children ae23c8826efb
line wrap: on
line diff
--- a/mcabber/src/compl.h	Mon Mar 13 19:20:03 2006 +0100
+++ b/mcabber/src/compl.h	Mon Mar 13 19:25:55 2006 +0100
@@ -18,6 +18,7 @@
 #define COMPL_RESOURCE    (1<<13)
 #define COMPL_AUTH        (1<<14)
 #define COMPL_REQUEST     (1<<15)
+#define COMPL_EVENTS      (1<<16)
 
 void    compl_add_category_word(guint, const char *command);
 void    compl_del_category_word(guint categ, const char *word);