tilde-projects/Code/irc/run_banter.sh

5 lines
195 B
Bash
Executable File

#!/bin/bash
nohup ./banterbot.py -s 127.0.0.1 -n banterbot -c \#tildetown >> banterlog 2>> banterlog &
#nohup ./banterbot.py -s 127.0.0.1 -n banterbot -c \#bot_test >> banterlog 2>> banterlog &