Added argument to /who command to specify status

This commit is contained in:
James Booth
2012-10-04 22:48:41 +01:00
parent dcf5e9ef16
commit 9e23060986
3 changed files with 99 additions and 42 deletions

View File

@@ -107,7 +107,7 @@ void cons_bad_command(const char * const cmd);
void cons_show(const char * const cmd, ...);
void cons_bad_show(const char * const cmd);
void cons_highlight_show(const char * const cmd);
void cons_show_online_contacts(GSList * list);
void cons_show_contacts(GSList * list);
// status bar actions
void status_bar_refresh(void);