summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-10-08 13:43:08 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-10-08 13:43:08 +0200
commited86bff56aad540ffc3a9ff5593f4377c423eb4f (patch)
tree7337a225cda795b27c90b5330c9b8290095d5b30 /main.go
parent1728d9a2b79ec4f6b7956a63f1d312d9c41e7d4f (diff)
parentbbbfec1829840f29fc0019f3ff54c948017c27e9 (diff)
Merge branch 'master' of dim13.org:bot
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 5f99cfe..320347b 100644
--- a/main.go
+++ b/main.go
@@ -52,7 +52,7 @@ func main() {
}
})
- go AutoSave()
+ go AutoSaveScore()
for n := 0; n < maxDiscon; n++ {
log.Println("Connect to", *server)