diff mcabber/src/compl.h @ 617:d3a8b43bf9e7

Add "/authorization" command
author Mikael Berthe <mikael@lilotux.net>
date Fri, 16 Dec 2005 13:34:13 +0100
parents fed6d1e4d7a9
children e98abd3ce28c
line wrap: on
line diff
--- a/mcabber/src/compl.h	Fri Dec 16 12:09:46 2005 +0100
+++ b/mcabber/src/compl.h	Fri Dec 16 13:34:13 2005 +0100
@@ -16,6 +16,7 @@
 #define COMPL_MULTILINE   (1<<11)
 #define COMPL_ROOM        (1<<12)
 #define COMPL_RESOURCE    (1<<13)
+#define COMPL_AUTH        (1<<14)
 
 void    compl_add_category_word(guint, const char *command);
 void    compl_del_category_word(guint categ, const char *word);