diff mcabber/mcabber/compl.h @ 1923:924f4552996c

Add a category module to complete the /module subcommands
author Mikael Berthe <mikael@lilotux.net>
date Wed, 10 Nov 2010 14:08:49 +0100
parents 4ba68ad737bc
children 0cb8ea02e472
line wrap: on
line diff
--- a/mcabber/mcabber/compl.h	Wed Nov 10 14:08:24 2010 +0100
+++ b/mcabber/mcabber/compl.h	Wed Nov 10 14:08:49 2010 +0100
@@ -26,6 +26,7 @@
 #define COMPL_COLOR       19
 #define COMPL_OTR         20
 #define COMPL_OTRPOLICY   21
+#define COMPL_MODULE      22
 
 #ifdef MODULES_ENABLE
 void  compl_init_system(void);