about summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--handle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/handle.c b/handle.c
index 22c571c..de01e40 100644
--- a/handle.c
+++ b/handle.c
@@ -1047,9 +1047,9 @@ static void handleReplyWhoisServer(struct Message *msg) {
 	require(msg, false, 4);
 	uiFormat(
 		Network, Warm, tagTime(msg),
-		"jan \3%02d%s\3\tli linja %s tawa kulupu %s (%s)",
+		"jan \3%02d%s\3\tli linja %stawa kulupu %s (%s)",
 		completeColor(Network, msg->params[1]), msg->params[1],
-		(replies[ReplyWhowas] ? "ala" : ""), msg->params[2], msg->params[3]
+		(replies[ReplyWhowas] ? "ala " : ""), msg->params[2], msg->params[3]
 	);
 }
 
mmit/bin/title.c?id=f0bbb49d1cf6d0f6d2544ca6a88828c00a2f6b18&follow=1'>Handle lack of Content-TypeJune McEnroe 2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe 2019-09-05Decode entities in titlesJune McEnroe 2019-09-05Print title as soon as it's availableJune McEnroe 2019-09-05Use CURL_PREFIX to set flagsJune McEnroe 2019-09-05Add titleJune McEnroe 2019-09-04Add Avorter n'est pas tuerJune McEnroe 2019-08-29Unset executable on shell scriptsJune McEnroe 2019-08-29Add long-missing setopt to bin.7June McEnroe 2019-08-29Add editJune McEnroe