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)
downloadtest-7b5bc5aa4185ddbb14a8c7ac71dc0ec200ec00b4.tar.gz
test-7b5bc5aa4185ddbb14a8c7ac71dc0ec200ec00b4.zip
Rename ui chat to log
Diffstat (limited to '')
-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");
 	}
 }
 
ert "Use scheme to style HTMLs"June McEnroe 2019-07-27Remove scheme text linkJune McEnroe 2019-07-26Update Dark.terminalJune McEnroe 2019-07-26Lighten dark whiteJune McEnroe 2019-07-25Add png.3 man pageJune McEnroe 2019-07-25Use scheme to style HTMLsJune McEnroe 2019-07-25Don't match comments in strings in makeJune McEnroe 2019-07-25Generate index.html with links from bin.7June McEnroe 2019-07-24Warn when date has changedJune McEnroe 2019-07-24Add whenJune McEnroe 2019-07-24Remove histedit from bitJune McEnroe