1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

ox: print bad usage instead of custom message

This commit is contained in:
Michael Vetter 2022-04-27 16:13:05 +02:00
parent ecafb6deaf
commit 866f688621

View File

@ -7695,7 +7695,7 @@ cmd_ox(ProfWin* window, const char* const command, gchar** args)
cons_show("JID and OpenPGP Key ID are required"); cons_show("JID and OpenPGP Key ID are required");
} }
} else { } else {
cons_show("OX not implemented"); cons_bad_cmd_usage(command);
} }
return TRUE; return TRUE;
} }