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