From 9759c4f267ab1af0fe698f7f625c70d5078d2c5f Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 8 Dec 2024 14:08:00 +0800 Subject: commandHandlers -> CommandHandlers --- cmd_cap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd_cap.go') 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 { -- cgit v1.2.3