comparison 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
comparison
equal deleted inserted replaced
692:d3511f846d47 693:e98abd3ce28c
15 #define COMPL_GROUPNAME (1<<10) 15 #define COMPL_GROUPNAME (1<<10)
16 #define COMPL_MULTILINE (1<<11) 16 #define COMPL_MULTILINE (1<<11)
17 #define COMPL_ROOM (1<<12) 17 #define COMPL_ROOM (1<<12)
18 #define COMPL_RESOURCE (1<<13) 18 #define COMPL_RESOURCE (1<<13)
19 #define COMPL_AUTH (1<<14) 19 #define COMPL_AUTH (1<<14)
20 #define COMPL_REQUEST (1<<15)
20 21
21 void compl_add_category_word(guint, const char *command); 22 void compl_add_category_word(guint, const char *command);
22 void compl_del_category_word(guint categ, const char *word); 23 void compl_del_category_word(guint categ, const char *word);
23 GSList *compl_get_category_list(guint cat_flags); 24 GSList *compl_get_category_list(guint cat_flags);
24 25