summaryrefslogtreecommitdiff
path: root/score.go
diff options
context:
space:
mode:
Diffstat (limited to 'score.go')
-rw-r--r--score.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/score.go b/score.go
index 3edf7c8..1e1b351 100644
--- a/score.go
+++ b/score.go
@@ -91,7 +91,7 @@ func Count(nick string) {
score[nick]++
}
-func autoSave() {
+func AutoSave() {
for {
saveScore(score)
time.Sleep(time.Minute)