From 7b5bc5aa4185ddbb14a8c7ac71dc0ec200ec00b4 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 4 Aug 2018 17:59:43 -0400 Subject: Rename ui chat to log --- handle.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'handle.c') diff --git a/handle.c b/handle.c index 7bbf3e7..fa13ca8 100644 --- a/handle.c +++ b/handle.c @@ -58,9 +58,9 @@ static void handle432(char *prefix, char *params) { shift(¶ms); shift(¶ms); char *mesg = shift(¶ms); - uiChat("You can't use that name here"); + uiLog("You can't use that name here"); uiFmt("Sheriff says, \"%s\"", mesg); - uiChat("Type /nick to choose a new one"); + uiLog("Type /nick to choose a new one"); } static void handle001(char *prefix, char *params) { -- cgit 1.4.1