diff mcabber/mcabber/commands.c @ 2108:adfd962e1343

Allow the user to enable/disable carbons from the command line
author Roeland Jago Douma <roeland@famdouma.nl>
date Tue, 15 Oct 2013 19:07:18 +0200
parents 1bd9978ed5d0
children 9023a6f2bf6c
line wrap: on
line diff
--- a/mcabber/mcabber/commands.c	Tue Oct 15 18:55:18 2013 +0200
+++ b/mcabber/mcabber/commands.c	Tue Oct 15 19:07:18 2013 +0200
@@ -4164,9 +4164,9 @@
   if (!strcasecmp(arg, "info")) {
     carbons_info();
   } else if (!strcasecmp(arg, "enable")) {
-
+    carbons_enable();
   } else if (!strcasecmp(arg, "disable")) {
-
+    carbons_disable();
   }
 }