diff options
-rw-r--r-- | handle.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/handle.c b/handle.c index 3d86ab0..f163830 100644 --- a/handle.c +++ b/handle.c @@ -1025,7 +1025,7 @@ static void handleReplyList(struct Message *msg) { require(msg, false, 4); uiFormat( Network, Warm, tagTime(msg), - "tomo \3%02d%s\3 li jo e jan nanpa %ld. tomo sitelen li toki e ni: %s", + "tomo \3%02d%s\3 li jo e jan %ld. tomo sitelen li toki e ni: %s", hash(msg->params[1]), msg->params[1], strtol(msg->params[2], NULL, 10), msg->params[3] @@ -1072,7 +1072,7 @@ static void handleReplyWhoisIdle(struct Message *msg) { strftime(signon, sizeof(signon), "%F %T", localtime(&time)); uiFormat( Network, Warm, tagTime(msg), - "jan \3%02d%s\3\tli weka la ni li awen tenpo nanpa %lu %s%s%s%s", + "jan \3%02d%s\3\tli weka la ni li awen tenpo %lu %s%s%s%s", completeColor(Network, msg->params[1]), msg->params[1], idle, unit, (idle != 1 ? "s" : ""), (msg->params[3] ? ", tan tenpo " : ""), (msg->params[3] ? signon : "") |