From 13892cf6d30bdae48d6f6743ec76c7755c3cecf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Balzarotti?= Date: Mon, 17 Sep 2018 13:26:37 +0200 Subject: [PATCH] define roomlist globally --- src/repl.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/repl.jl b/src/repl.jl index e56a68e..4a5057d 100644 --- a/src/repl.jl +++ b/src/repl.jl @@ -484,6 +484,8 @@ end # Execution # ############# +roomlist = Dict() + function do_cmd!(command::MatrixCommand, repl) global user if command.spec.kind == CMD_MSG