mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-01 13:06:21 +00:00
Added space before /who output
This commit is contained in:
@@ -1424,6 +1424,7 @@ _cmd_who(gchar **args, struct cmd_help_t help)
|
|||||||
if (conn_status != JABBER_CONNECTED) {
|
if (conn_status != JABBER_CONNECTED) {
|
||||||
cons_show("You are not currently connected.");
|
cons_show("You are not currently connected.");
|
||||||
} else {
|
} else {
|
||||||
|
cons_show("");
|
||||||
char *presence = args[0];
|
char *presence = args[0];
|
||||||
|
|
||||||
// bad arg
|
// bad arg
|
||||||
|
|||||||
@@ -1165,7 +1165,7 @@ cons_show_info(const char * const contact)
|
|||||||
cons_show("");
|
cons_show("");
|
||||||
_win_show_time(console->win, '-');
|
_win_show_time(console->win, '-');
|
||||||
_presence_colour_on(console->win, presence);
|
_presence_colour_on(console->win, presence);
|
||||||
wprintw(console->win, "%s\n", jid);
|
wprintw(console->win, "%s:\n", jid);
|
||||||
_presence_colour_off(console->win, presence);
|
_presence_colour_off(console->win, presence);
|
||||||
|
|
||||||
if (name != NULL) {
|
if (name != NULL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user