mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 21:16:22 +00:00
Rename command sources
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
#include "config/accounts.h"
|
||||
|
||||
#include "command/commands.h"
|
||||
#include "command/cmd_funcs.h"
|
||||
|
||||
#define CMD_ACCOUNT "/account"
|
||||
|
||||
|
||||
@@ -13,9 +13,9 @@
|
||||
|
||||
#include "config/preferences.h"
|
||||
|
||||
#include "command/command.h"
|
||||
#include "command/commands.h"
|
||||
#include "command/cmd_autocomplete.h"
|
||||
#include "command/cmd_defs.h"
|
||||
#include "command/cmd_funcs.h"
|
||||
#include "command/cmd_ac.h"
|
||||
|
||||
#define CMD_ALIAS "/alias"
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include "muc.h"
|
||||
#include "common.h"
|
||||
|
||||
#include "command/commands.h"
|
||||
#include "command/cmd_funcs.h"
|
||||
|
||||
#include "xmpp/bookmark.h"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "ui/ui.h"
|
||||
#include "ui/stub_ui.h"
|
||||
|
||||
#include "command/commands.h"
|
||||
#include "command/cmd_funcs.h"
|
||||
#include "config/accounts.h"
|
||||
|
||||
#define CMD_CONNECT "/connect"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "chat_session.h"
|
||||
#include "command/commands.h"
|
||||
#include "command/cmd_funcs.h"
|
||||
#include "xmpp/xmpp.h"
|
||||
#include "roster_list.h"
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
#include "config/accounts.h"
|
||||
|
||||
#include "command/commands.h"
|
||||
#include "command/cmd_funcs.h"
|
||||
#include "muc.h"
|
||||
|
||||
#define CMD_JOIN "/join"
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
|
||||
#include "config/preferences.h"
|
||||
|
||||
#include "command/command.h"
|
||||
#include "command/commands.h"
|
||||
#include "command/cmd_defs.h"
|
||||
#include "command/cmd_funcs.h"
|
||||
#include "window_list.h"
|
||||
#include "xmpp/xmpp.h"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "command/commands.h"
|
||||
#include "command/cmd_funcs.h"
|
||||
#include "xmpp/xmpp.h"
|
||||
|
||||
#include "ui/stub_ui.h"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "ui/stub_ui.h"
|
||||
|
||||
#include "config/accounts.h"
|
||||
#include "command/commands.h"
|
||||
#include "command/cmd_funcs.h"
|
||||
|
||||
#define CMD_ROOMS "/rooms"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "xmpp/xmpp.h"
|
||||
#include "roster_list.h"
|
||||
#include "command/commands.h"
|
||||
#include "command/cmd_funcs.h"
|
||||
|
||||
#define CMD_ROSTER "/roster"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "ui/ui.h"
|
||||
#include "ui/stub_ui.h"
|
||||
|
||||
#include "command/commands.h"
|
||||
#include "command/cmd_funcs.h"
|
||||
|
||||
#define CMD_STATUSES "/statuses"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "ui/ui.h"
|
||||
#include "ui/stub_ui.h"
|
||||
|
||||
#include "command/commands.h"
|
||||
#include "command/cmd_funcs.h"
|
||||
|
||||
#define CMD_SUB "/sub"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user