summaryrefslogtreecommitdiff
path: root/internal/flood/flood.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2019-07-06 20:42:44 +0200
committerDimitri Sokolyuk <demon@dim13.org>2019-07-06 20:42:44 +0200
commit324cd4d0de0d9a459ee84041307e245bfcc8df16 (patch)
tree9b40919b74d271bf41e6690b42c83a2043b395f9 /internal/flood/flood.go
parent40935a071e3059e1abbf213018d5dd7d7258cd8f (diff)
add hellban
Diffstat (limited to 'internal/flood/flood.go')
-rw-r--r--internal/flood/flood.go1
1 files changed, 1 insertions, 0 deletions
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 {