Added /account show command

This commit is contained in:
James Booth
2012-12-09 22:58:45 +00:00
parent ce6f227651
commit 30cb06ed74
3 changed files with 57 additions and 1 deletions

View File

@@ -144,6 +144,7 @@ void cons_show_chat_prefs(void);
void cons_show_log_prefs(void);
void cons_show_presence_prefs(void);
void cons_show_connection_prefs(void);
void cons_show_account(ProfAccount *account);
void cons_bad_command(const char * const cmd);
void cons_show(const char * const cmd, ...);
void cons_show_time(void);