adjustment

This commit is contained in:
.[d]. 2021-03-06 15:10:42 -06:00
parent cda14ceb97
commit 12fa932906

2
run.sh

@ -54,7 +54,7 @@ kprompt() {
return 0; return 0;
} }
if ! [ -z $INIT ]; then if [ $INIT -eq 0 ]; then
kwrite "[bot]" kwrite "[bot]"
kprompt "nick" "bot ircnick" "bot's nickname to use on the network. e.g. here!*@*" 0 0 1 kprompt "nick" "bot ircnick" "bot's nickname to use on the network. e.g. here!*@*" 0 0 1
BOTNICK=$MEMORY; BOTNICK=$MEMORY;