0
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-11-10 17:37:35 -05:00

Remove JABBER_STARTED, JABBER_UNDEFINED connection states

This commit is contained in:
James Booth
2016-05-10 23:18:11 +01:00
parent 22c4d91c50
commit 3d20c85ada
17 changed files with 18 additions and 104 deletions

View File

@@ -1,7 +1,6 @@
void cmd_rooms_shows_message_when_disconnected(void **state);
void cmd_rooms_shows_message_when_disconnecting(void **state);
void cmd_rooms_shows_message_when_connecting(void **state);
void cmd_rooms_shows_message_when_started(void **state);
void cmd_rooms_shows_message_when_undefined(void **state);
void cmd_rooms_uses_account_default_when_no_arg(void **state);
void cmd_rooms_arg_used_when_passed(void **state);