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:
parent
ecafb6deaf
commit
866f688621
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user