Added /leave command

This commit is contained in:
James Booth
2013-05-30 22:48:56 +01:00
parent f164c12368
commit 1eba4f5ab1
3 changed files with 76 additions and 42 deletions

View File

@@ -186,6 +186,7 @@ void cons_show_incoming_message(const char * const short_from, const int win_ind
void cons_show_room_invites(GSList *invites);
void cons_show_received_subs(void);
void cons_show_sent_subs(void);
void cons_alert(void);
// status bar actions
void status_bar_refresh(void);