aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()
}