From 12fa93290687de7360c95684469161b53038d160 Mon Sep 17 00:00:00 2001 From: decoded Date: Sat, 6 Mar 2021 15:10:42 -0600 Subject: [PATCH] adjustment --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 473c1d4..be5ce4c 100644 --- a/run.sh +++ b/run.sh @@ -54,7 +54,7 @@ kprompt() { return 0; } -if ! [ -z $INIT ]; then +if [ $INIT -eq 0 ]; then kwrite "[bot]" kprompt "nick" "bot ircnick" "bot's nickname to use on the network. e.g. here!*@*" 0 0 1 BOTNICK=$MEMORY;