f529bc9ad8
blacklist.lua: Added username support.
8 lines
94 B
Bash
Executable File
8 lines
94 B
Bash
Executable File
#!/bin/sh
|
|
|
|
while true; do
|
|
lua bot.lua
|
|
echo 'otouto has stopped. ^C to exit.'
|
|
sleep 5s
|
|
done
|