comparison mcabber/mcabber/compl.h @ 2107:1bd9978ed5d0

Added carbon command Also added help commands for carbons Added auto completion for carbons command
author Roeland Jago Douma <roeland@famdouma.nl>
date Tue, 15 Oct 2013 18:55:18 +0200
parents 0cb8ea02e472
children 2f294c2b6778
comparison
equal deleted inserted replaced
2106:72876dcf9094 2107:1bd9978ed5d0
25 #define COMPL_PGP 18 25 #define COMPL_PGP 18
26 #define COMPL_COLOR 19 26 #define COMPL_COLOR 19
27 #define COMPL_OTR 20 27 #define COMPL_OTR 20
28 #define COMPL_OTRPOLICY 21 28 #define COMPL_OTRPOLICY 21
29 #define COMPL_MODULE 22 29 #define COMPL_MODULE 22
30 #define COMPL_CARBONS 23
30 /* private */ 31 /* private */
31 #define COMPL_MAX_ID 22 32 #define COMPL_MAX_ID 23
32 33
33 void compl_init_system(void); /* private */ 34 void compl_init_system(void); /* private */
34 35
35 #ifdef MODULES_ENABLE 36 #ifdef MODULES_ENABLE
36 #define COMPL_FLAGS_SORT 0x00 37 #define COMPL_FLAGS_SORT 0x00