summaryrefslogtreecommitdiff
path: root/doCountAuto.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-24 19:34:44 -0500
committerJeff Carr <[email protected]>2025-08-24 19:34:44 -0500
commitc39a2f31e65f6931b6752e89c9566613e8993c34 (patch)
treed268a2a4cf1b010f24338c659c08ddccf7e6da52 /doCountAuto.go
parenta9b7fca08d612799b976c4ca80716e575546e1c4 (diff)
stuff
Diffstat (limited to 'doCountAuto.go')
-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