diff 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
line wrap: on
line diff
--- a/mcabber/mcabber/compl.h	Tue Oct 15 18:51:39 2013 +0200
+++ b/mcabber/mcabber/compl.h	Tue Oct 15 18:55:18 2013 +0200
@@ -27,8 +27,9 @@
 #define COMPL_OTR         20
 #define COMPL_OTRPOLICY   21
 #define COMPL_MODULE      22
+#define COMPL_CARBONS     23
 /* private */
-#define COMPL_MAX_ID      22
+#define COMPL_MAX_ID      23
 
 void compl_init_system(void); /* private */