From b34001a0a59cc9903bdaaf7ae1c692ea1f8ba97c Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Sun, 5 Sep 2021 19:20:34 +0200 Subject: Useless code --- chatcommands.go | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 chatcommands.go (limited to 'chatcommands.go') diff --git a/chatcommands.go b/chatcommands.go new file mode 100644 index 0000000..568d1eb --- /dev/null +++ b/chatcommands.go @@ -0,0 +1,10 @@ +package main + +func HandleChatCmd(cmd string, args []string) bool { + switch cmd { + default: + return false + } + + return true +} -- cgit v1.2.3