1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

Fixed message on /ban in private conversations

This commit is contained in:
James Booth 2014-10-18 20:35:23 +01:00
parent fc049c9eef
commit bbf807ea97

View File

@ -2120,7 +2120,7 @@ cmd_ban(gchar **args, struct cmd_help_t help)
win_type_t win_type = ui_current_win_type();
if (win_type != WIN_MUC) {
cons_show("Command '/kick' only applies in chat rooms.");
cons_show("Command '/ban' only applies in chat rooms.");
return TRUE;
}