From 324cd4d0de0d9a459ee84041307e245bfcc8df16 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 6 Jul 2019 20:42:44 +0200 Subject: add hellban --- internal/flood/flood.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal') diff --git a/internal/flood/flood.go b/internal/flood/flood.go index 0a26edb..e8d6876 100644 --- a/internal/flood/flood.go +++ b/internal/flood/flood.go @@ -19,6 +19,7 @@ const ( type Kicker interface { Kick(nick string, message ...string) Ban(nick string) + HellBan(nick string) } type Check struct { -- cgit v1.2.3