Added /receipts command

This commit is contained in:
James Booth
2015-03-15 19:48:19 +00:00
parent b21edfaa51
commit 2762f18a3e
6 changed files with 29 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ gboolean cmd_group(gchar **args, struct cmd_help_t help);
gboolean cmd_help(gchar **args, struct cmd_help_t help);
gboolean cmd_history(gchar **args, struct cmd_help_t help);
gboolean cmd_carbons(gchar **args, struct cmd_help_t help);
gboolean cmd_receipts(gchar **args, struct cmd_help_t help);
gboolean cmd_info(gchar **args, struct cmd_help_t help);
gboolean cmd_intype(gchar **args, struct cmd_help_t help);
gboolean cmd_invite(gchar **args, struct cmd_help_t help);