about summary refs log tree commit diff
path: root/input.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 /input.c
parentRename client to irc (diff)
downloadcatgirl-7b5bc5aa4185ddbb14a8c7ac71dc0ec200ec00b4.tar.gz
catgirl-7b5bc5aa4185ddbb14a8c7ac71dc0ec200ec00b4.zip
Rename ui chat to log
Diffstat (limited to 'input.c')
-rw-r--r--input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input.c b/input.c
index 53957ec..51fe947 100644
--- a/input.c
+++ b/input.c
@@ -60,7 +60,7 @@ static void inputNick(wchar_t *params) {
 	if (nick) {
 		ircFmt("NICK %ls\r\n", nick);
 	} else {
-		uiChat("/nick requires a name");
+		uiLog("/nick requires a name");
 	}
 }