diff options
-rw-r--r-- | handle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handle.c b/handle.c index 6b40768..168625c 100644 --- a/handle.c +++ b/handle.c @@ -1047,7 +1047,7 @@ static void handleReplyWhoisServer(struct Message *msg) { require(msg, false, 4); uiFormat( Network, Warm, tagTime(msg), - "jan \3%02d%s\3\tli linja %stawa kulupu %s (%s)", + "jan \3%02d%s\3\tli lon %stan kulupu %s (%s)", completeColor(Network, msg->params[1]), msg->params[1], (replies[ReplyWhowas] ? "ala " : ""), msg->params[2], msg->params[3] ); |