aboutsummaryrefslogtreecommitdiff
path: root/cmd.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd.go')
-rw-r--r--cmd.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd.go b/cmd.go
new file mode 100644
index 0000000..6d60f4f
--- /dev/null
+++ b/cmd.go
@@ -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? */