summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doCountAuto.go19
1 files changed, 0 insertions, 19 deletions
diff --git a/doCountAuto.go b/doCountAuto.go
deleted file mode 100644
index 00d4b58..0000000
--- a/doCountAuto.go
+++ /dev/null
@@ -1,19 +0,0 @@
-package main
-
-import (
- "fmt"
- "strings"
-)
-
-func doCountAuto() {
- if err := me.chats.ConfigLoad(); err != nil {
- badExit(err)
- }
- count := 0
- for _, chat := range me.chats.GetChats() {
- if strings.HasPrefix(chat.GetChatName(), "Auto ") {
- count++
- }
- }
- fmt.Println(count)
-} \ No newline at end of file