aboutsummaryrefslogtreecommitdiff
path: root/chatcommands.go
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-12-08 23:45:36 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-12-08 23:45:36 +0100
commit958e4bcec9be6990481f36b4394d585ad0b730f3 (patch)
tree040279d50acac3e9e6f0fc0b989228fa8b27bc95 /chatcommands.go
parentc548ffbb9cf1902378c8984054a02d29141a3b0b (diff)
remove final telnet branch
Diffstat (limited to 'chatcommands.go')
-rw-r--r--chatcommands.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/chatcommands.go b/chatcommands.go
index 91caf75..7fc53be 100644
--- a/chatcommands.go
+++ b/chatcommands.go
@@ -135,10 +135,6 @@ func init() {
return "Could not switch servers. Error: " + err.Error()
}
case "current":
- if cc == nil {
- return usage()
- }
-
if len(args) != 2 {
return usage()
}