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
config
gitflow
*.db
*.log
.*.swp

View file

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