summaryrefslogtreecommitdiffstats
path: root/bridge/irc/helper.go
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/irc/helper.go')
-rw-r--r--bridge/irc/helper.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/bridge/irc/helper.go b/bridge/irc/helper.go
index 355dc552..dd1cc468 100644
--- a/bridge/irc/helper.go
+++ b/bridge/irc/helper.go
@@ -4,6 +4,7 @@ import (
"strings"
)
+/*
func tableformatter(nicks []string, nicksPerRow int, continued bool) string {
result := "|IRC users"
if continued {
@@ -29,6 +30,7 @@ func tableformatter(nicks []string, nicksPerRow int, continued bool) string {
}
return result
}
+*/
func plainformatter(nicks []string, nicksPerRow int) string {
return strings.Join(nicks, ", ") + " currently on IRC"