aboutsummaryrefslogtreecommitdiff
path: root/cmd_ping.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd_ping.go')
-rw-r--r--cmd_ping.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_ping.go b/cmd_ping.go
index 9da4ee9..951233e 100644
--- a/cmd_ping.go
+++ b/cmd_ping.go
@@ -1,7 +1,7 @@
package main
func init() {
- commandHandlers["PING"] = handleClientPing
+ CommandHandlers["PING"] = handleClientPing
}
func handleClientPing(msg RMsg, client *Client) error {