From 773c6a03738cd80ff76fe1c8ea82c0291e52d16d Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Fri, 7 Mar 2025 22:37:04 -0500 Subject: bot/bot.go: remove unused delims (fix staticcheck warning) --- bot/bot.go | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'bot/bot.go') diff --git a/bot/bot.go b/bot/bot.go index 4cad9c2..3a71b89 100644 --- a/bot/bot.go +++ b/bot/bot.go @@ -402,6 +402,7 @@ var nouns = []string { "blockchain", } +// join word list var joins = []string { "for", "and", @@ -410,13 +411,6 @@ var joins = []string { "to", } -var delims = []string { - " ", - ", ", - " and ", - ", and ", -} - // Phrase which contains the following: // // 1. Adverb (optional). -- cgit v1.2.3