aboutsummaryrefslogtreecommitdiff
path: root/cmd.go
blob: a7f2ff5cdbbf1f8b8285517d80369b145c43937c (plain) (blame)
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? */