about summary refs log tree commit diff
path: root/chat.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-04 17:59:43 -0400
committerJune McEnroe <june@causal.agency>2018-08-04 17:59:43 -0400
commit7b5bc5aa4185ddbb14a8c7ac71dc0ec200ec00b4 (patch)
treee9cd004f115904dcad683329288f432ea6dfcf98 /chat.c
parentRename client to irc (diff)
downloadcatgirl-7b5bc5aa4185ddbb14a8c7ac71dc0ec200ec00b4.tar.gz
catgirl-7b5bc5aa4185ddbb14a8c7ac71dc0ec200ec00b4.zip
Rename ui chat to log
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);