Merge branch 'develop' of github.com:ClouDev/CloudBot into develop

This commit is contained in:
neersighted 2012-03-11 11:46:13 -08:00
commit 54d84dcd09
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
persist persist
config config
gitflow
*.db *.db
*.log *.log
.*.swp .*.swp

View file

@ -96,6 +96,7 @@ processargs() {
if running; then if running; then
echo "Restarting CloudBot... ($backend)" echo "Restarting CloudBot... ($backend)"
stop stop
sleep 3
start start
else else
echo "Cannot restart! Bot is not already running!" echo "Cannot restart! Bot is not already running!"