aboutsummaryrefslogtreecommitdiff
path: root/cmd.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd.go')
-rw-r--r--cmd.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmd.go b/cmd.go
deleted file mode 100644
index a7f2ff5..0000000
--- a/cmd.go
+++ /dev/null
@@ -1,5 +0,0 @@
-package main
-
-var CommandHandlers = map[string](func(RMsg, *Client) error){}
-
-/* Maybe we should make command handlers return their values for easier labelled-reply? */