Renamed room destroy function

This commit is contained in:
James Booth
2014-10-23 23:33:12 +01:00
parent 84765969e0
commit c014bb34b3
4 changed files with 5 additions and 4 deletions

View File

@@ -2383,7 +2383,7 @@ cmd_room(gchar **args, struct cmd_help_t help)
}
if (g_strcmp0(args[0], "destroy") == 0) {
iq_destroy_instant_room(room);
iq_destroy_room(room);
return TRUE;
}