summary refs log tree commit diff
path: root/chat.c
diff options
context:
space:
mode:
authorCurtis McEnroe2018-08-04 17:59:43 -0400
committerCurtis McEnroe2018-08-04 17:59:43 -0400
commit7b5bc5aa4185ddbb14a8c7ac71dc0ec200ec00b4 (patch)
treee9cd004f115904dcad683329288f432ea6dfcf98 /chat.c
parent35589a562473e6eab83933e498fbecf5540431d6 (diff)
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);