comparison mcabber/mcabber/commands.c @ 2111:9023a6f2bf6c

Misc. style updates
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 May 2014 17:18:18 +0200
parents adfd962e1343
children 332818e5daa1
comparison
equal deleted inserted replaced
2110:9b4b7941647c 2111:9023a6f2bf6c
190 cmd_add("authorization", "Manage subscription authorizations", 190 cmd_add("authorization", "Manage subscription authorizations",
191 COMPL_AUTH, COMPL_JID, &do_authorization, NULL); 191 COMPL_AUTH, COMPL_JID, &do_authorization, NULL);
192 cmd_add("bind", "Add an key binding", 0, 0, &do_bind, NULL); 192 cmd_add("bind", "Add an key binding", 0, 0, &do_bind, NULL);
193 cmd_add("buffer", "Manipulate current buddy's buffer (chat window)", 193 cmd_add("buffer", "Manipulate current buddy's buffer (chat window)",
194 COMPL_BUFFER, 0, &do_buffer, NULL); 194 COMPL_BUFFER, 0, &do_buffer, NULL);
195 cmd_add("carbons", "Mange carbons settings", COMPL_CARBONS, 0, &do_carbons, NULL); 195 cmd_add("carbons", "Manage carbons settings", COMPL_CARBONS, 0,
196 &do_carbons, NULL);
196 cmd_add("chat_disable", "Disable chat mode", 0, 0, &do_chat_disable, NULL); 197 cmd_add("chat_disable", "Disable chat mode", 0, 0, &do_chat_disable, NULL);
197 cmd_add("clear", "Clear the dialog window", 0, 0, &do_clear, NULL); 198 cmd_add("clear", "Clear the dialog window", 0, 0, &do_clear, NULL);
198 cmd_add("color", "Set coloring options", COMPL_COLOR, 0, &do_color, NULL); 199 cmd_add("color", "Set coloring options", COMPL_COLOR, 0, &do_color, NULL);
199 cmd_add("connect", "Connect to the server", 0, 0, &do_connect, NULL); 200 cmd_add("connect", "Connect to the server", 0, 0, &do_connect, NULL);
200 cmd_add("del", "Delete the current buddy", 0, 0, &do_del, NULL); 201 cmd_add("del", "Delete the current buddy", 0, 0, &do_del, NULL);