Show different message when disconnected

Also show message in active chat windows
This commit is contained in:
James Booth
2012-04-19 21:03:48 +01:00
parent 2514be4b78
commit 9805b2b2b2
3 changed files with 27 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ void win_contact_online(const char * const from, const char * const show,
const char * const status);
void win_contact_offline(const char * const from, const char * const show,
const char * const status);
void win_disconnected(void);
// console window actions
void cons_help(void);