module Matrix::Architect

Defined in:

bot.cr
commands.cr
commands/base.cr
commands/bot.cr
commands/room.cr
commands/user.cr
commands/version.cr
connection.cr
errors.cr
events.cr
matrix-architect.cr

Constant Summary

Log = ::Log.for(self)
VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.gen_config(filename) : Nil #

[View source]
def self.get_config(config_file) #

[View source]
def self.read_list(prompt) : Array(String) #

[View source]
def self.read_var(prompt, secret = false, allow_empty = false) : String #

[View source]
def self.run : Nil #

[View source]