about summary refs log tree commit diff
path: root/chat.c
diff options
context:
space:
mode:
authorKylie McClain <kylie@somas.is>2021-11-17 14:37:23 -0500
committerKylie McClain <kylie@somas.is>2022-01-27 14:53:22 -0500
commite4c83a02aac0752ec9c703c11dfce18e89e67fd1 (patch)
tree492787094f2952bfc0a10889e76d16360e626604 /chat.c
parentSupport custom pkg-config executable names (diff)
downloadcatgirl-e4c83a02aac0752ec9c703c11dfce18e89e67fd1.tar.gz
catgirl-e4c83a02aac0752ec9c703c11dfce18e89e67fd1.zip
mi pana e toki pona tawa ilo Meli Soweli!
Diffstat (limited to 'chat.c')
-rw-r--r--chat.c19
1 files changed, 13 insertions, 6 deletions
diff --git a/chat.c b/chat.c
index ba6c9a1..91647a3 100644
--- a/chat.c
+++ b/chat.c
@@ -72,9 +72,9 @@ static void genCert(const char *path) {
 }
 
 char *idNames[IDCap] = {
-	[None] = "<none>",
-	[Debug] = "<debug>",
-	[Network] = "<network>",
+	[None] = "<ala>",
+	[Debug] = "<pali>",
+	[Network] = "<ma>",
 };
 enum Color idColors[IDCap] = {
 	[None] = Black,
@@ -363,11 +363,18 @@ int main(int argc, char *argv[]) {
 	uiShowID(Network);
 	uiFormat(
 		Network, Cold, NULL,
-		"\3%dcatgirl\3\tis GPLv3 fwee softwawe ^w^  "
-		"code is avaiwable fwom https://git.causal.agency/catgirl",
+		"jan ale li ken kepeken, li lukin, li ante e kon pi ilo \3%dMeli Soweli\3 a!",
 		Pink
 	);
-	uiFormat(Network, Cold, NULL, "Traveling...");
+	uiFormat(
+		Network, Cold, NULL,
+		"awen pi ilo ni li lipu GPLv3 ^w^ mu"
+	);
+	uiFormat(
+		Network, Cold, NULL,
+		"sina ken kama jo e kon pi ilo ni tan https://git.causal.agency/catgirl"
+	);
+	uiFormat(Network, Cold, NULL, "tawa...");
 	uiDraw();
 
 	sandboxEarly(log);