diff mcabber/src/compl.h @ 693:e98abd3ce28c

Add /request command Usage: /request version|time [jid]
author Mikael Berthe <mikael@lilotux.net>
date Sat, 11 Feb 2006 15:18:45 +0100
parents d3a8b43bf9e7
children 938a8791658c
line wrap: on
line diff
--- a/mcabber/src/compl.h	Thu Feb 09 23:25:25 2006 +0100
+++ b/mcabber/src/compl.h	Sat Feb 11 15:18:45 2006 +0100
@@ -17,6 +17,7 @@
 #define COMPL_ROOM        (1<<12)
 #define COMPL_RESOURCE    (1<<13)
 #define COMPL_AUTH        (1<<14)
+#define COMPL_REQUEST     (1<<15)
 
 void    compl_add_category_word(guint, const char *command);
 void    compl_del_category_word(guint categ, const char *word);