summary refs log tree commit diff
path: root/chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'chat.c')
-rw-r--r--chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chat.c b/chat.c
index f52bc3a..cbd9790 100644
--- a/chat.c
+++ b/chat.c
@@ -68,7 +68,7 @@ int main(int argc, char *argv[]) {
 	chat.user = strdup(chat.nick);
 
 	uiInit();
-	uiChat("Traveling...");
+	uiLog("Traveling...");
 	uiDraw();
 
 	int sock = ircConnect(host, port, webPass);
film at the tops of photo pagesJune McEnroe 2024-05-22Remove use of sysexits.hJune McEnroe 2024-05-22Add photo descriptions from 05-03 and 05-06June McEnroe 2024-05-21Fix = precedence in whenJune McEnroe