diff options
author | June McEnroe <june@causal.agency> | 2018-08-04 17:59:43 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-08-04 17:59:43 -0400 |
commit | 7b5bc5aa4185ddbb14a8c7ac71dc0ec200ec00b4 (patch) | |
tree | e9cd004f115904dcad683329288f432ea6dfcf98 /chat.c | |
parent | Rename client to irc (diff) | |
download | catgirl-7b5bc5aa4185ddbb14a8c7ac71dc0ec200ec00b4.tar.gz catgirl-7b5bc5aa4185ddbb14a8c7ac71dc0ec200ec00b4.zip |
Rename ui chat to log
Diffstat (limited to '')
-rw-r--r-- | chat.c | 2 |
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); |