From 5e3994ce2cead6851d19a37dc6d76104f4152e7f Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 11 Jun 2018 19:38:19 +0300 Subject: Add font tag support and /rainbow command --- ui/command-processor.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/command-processor.go') diff --git a/ui/command-processor.go b/ui/command-processor.go index 2fe47bf..0f38c57 100644 --- a/ui/command-processor.go +++ b/ui/command-processor.go @@ -78,6 +78,7 @@ func NewCommandProcessor(parent *MainView) *CommandProcessor { "part": {"leave"}, "send": {"sendevent"}, "state": {"setstate"}, + "rb": {"rainbow"}, }, commands: map[string]CommandHandler{ "unknown-command": cmdUnknownCommand, @@ -91,6 +92,7 @@ func NewCommandProcessor(parent *MainView) *CommandProcessor { "logout": cmdLogout, "sendevent": cmdSendEvent, "setstate": cmdSetState, + "rainbow": cmdRainbow, }, } } -- cgit v1.2.3