From fcd44fe63fe0cedc038db92ae39507237cc5589a Mon Sep 17 00:00:00 2001 From: Jaron Swab Date: Thu, 13 Jun 2019 21:14:32 -0400 Subject: Users can now create a new room directly in Gomuks Added the ability to create a room from within gomuks using the now `/create` command. This comman takes the room name followed by the alias. Room name may contain spaces but the alias may not as per the Matrix alias conventions. Also update `/help` to include the new command. --- ui/command-processor.go | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/command-processor.go') diff --git a/ui/command-processor.go b/ui/command-processor.go index 7a4c2c1..0692ae3 100644 --- a/ui/command-processor.go +++ b/ui/command-processor.go @@ -90,6 +90,7 @@ func NewCommandProcessor(parent *MainView) *CommandProcessor { "quit": cmdQuit, "clearcache": cmdClearCache, "leave": cmdLeave, + "create": cmdCreateRoom, "join": cmdJoin, "kick": cmdKick, "ban": cmdBan, -- cgit v1.2.3