diff options
Diffstat (limited to 'cmd.go')
-rw-r--r-- | cmd.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +package main + +var commandHandlers = map[string](func(RMsg, *Client) (error)){} + +/* Maybe we should make command handlers return their values for easier labelled-reply? */ |