diff options
| author | Jeff Carr <[email protected]> | 2025-08-24 19:34:44 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-24 19:34:44 -0500 |
| commit | c39a2f31e65f6931b6752e89c9566613e8993c34 (patch) | |
| tree | d268a2a4cf1b010f24338c659c08ddccf7e6da52 /doCountAuto.go | |
| parent | a9b7fca08d612799b976c4ca80716e575546e1c4 (diff) | |
stuff
Diffstat (limited to 'doCountAuto.go')
| -rw-r--r-- | doCountAuto.go | 19 |
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 |
