aboutsummaryrefslogblamecommitdiff
path: root/cmd.go
blob: 6d60f4fea61997e384d42be2643d6fed43a5678d (plain) (tree)
1
2
3
4
5




                                                                                          
package main

var commandHandlers = map[string](func(RMsg, *Client) (error)){}

/* Maybe we should make command handlers return their values for easier labelled-reply? */