diff --git a/autolaunch.sh b/autolaunch.sh index b74532f..5a76aaa 100644 --- a/autolaunch.sh +++ b/autolaunch.sh @@ -1,5 +1,4 @@ #!/bin/sh -read -s -p "bot password ?" botpass mkdir build while true do @@ -8,6 +7,6 @@ do qmake-qt5 ../SparrowBot.pro make cd bin - ./SparrowBot -nogui nick=SirSparrow pass=$botpass chan=epicsparrow server=irc.freenode.net port=6667 + ./SparrowBot -nogui nick=SirSparrow pass=$1 chan=epicsparrow server=irc.freenode.net port=6667 cd ../.. done