Handle /room config cancel

This commit is contained in:
James Booth
2014-09-03 22:00:08 +01:00
parent aa9f1dfa06
commit 64521eb135
5 changed files with 101 additions and 0 deletions

View File

@@ -455,6 +455,12 @@ handle_room_requires_config(const char * const room)
ui_room_requires_config(room);
}
void
handle_room_destroy(const char * const room)
{
ui_room_destroyed(room);
}
void
handle_room_roster_complete(const char * const room)
{