comparison mcabber/mcabber/compl.c @ 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 fc7a758ebbde
comparison
equal deleted inserted replaced
2106:72876dcf9094 2107:1bd9978ed5d0
132 register_builtin_cat(COMPL_PGP, NULL); 132 register_builtin_cat(COMPL_PGP, NULL);
133 register_builtin_cat(COMPL_COLOR, NULL); 133 register_builtin_cat(COMPL_COLOR, NULL);
134 register_builtin_cat(COMPL_OTR, NULL); 134 register_builtin_cat(COMPL_OTR, NULL);
135 register_builtin_cat(COMPL_OTRPOLICY, NULL); 135 register_builtin_cat(COMPL_OTRPOLICY, NULL);
136 register_builtin_cat(COMPL_MODULE, NULL); 136 register_builtin_cat(COMPL_MODULE, NULL);
137 register_builtin_cat(COMPL_CARBONS, NULL);
137 } 138 }
138 139
139 #ifdef MODULES_ENABLE 140 #ifdef MODULES_ENABLE
140 // compl_new_category(flags) 141 // compl_new_category(flags)
141 // Reserves id for new completion category. 142 // Reserves id for new completion category.