diff options
Diffstat (limited to 'hotline/ban.go')
| -rw-r--r-- | hotline/ban.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hotline/ban.go b/hotline/ban.go new file mode 100644 index 0000000..0b75e8e --- /dev/null +++ b/hotline/ban.go @@ -0,0 +1,5 @@ +package hotline + +import "time" + +const tempBanDuration = 30 * time.Minute |