aboutsummaryrefslogtreecommitdiff
path: root/moderation.go
diff options
context:
space:
mode:
Diffstat (limited to 'moderation.go')
-rw-r--r--moderation.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/moderation.go b/moderation.go
index 4cb3e68..1500a6d 100644
--- a/moderation.go
+++ b/moderation.go
@@ -5,10 +5,6 @@ import "github.com/anon55555/mt"
// Kick sends mt.ToCltDisco with the specified custom reason
// and closes the ClientConn.
func (cc *ClientConn) Kick(reason string) {
- if reason == "" {
- reason = "Kicked by proxy."
- }
-
ack, _ := cc.SendCmd(&mt.ToCltDisco{
Reason: mt.Custom,
Custom: reason,