aboutsummaryrefslogtreecommitdiff
path: root/cmd_cap.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd_cap.go')
-rw-r--r--cmd_cap.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_cap.go b/cmd_cap.go
index c1ddb1d..a2af228 100644
--- a/cmd_cap.go
+++ b/cmd_cap.go
@@ -5,7 +5,7 @@ import (
)
func init() {
- commandHandlers["CAP"] = handleClientCap
+ CommandHandlers["CAP"] = handleClientCap
}
func handleClientCap(msg RMsg, client *Client) error {