WCWRJA7JFVRAEA6WSABCMXLASKUAZ6JXPZPVX5B56Z6G7SKOJGNQC
HLN3DMBIZROGLJG2LVA3XTA4WXYE3FICJX5XOCEE3LEGA5SSULWQC
EZPESIUHAETBQPEZ2CM7L6DBOWUDDTB7NFIESHJ5P4LI7NJB4WIQC
S4P2B3FPF57HPHTIAYGMPCVKB7573IB5ZBKNXVBTB6ICCPF55WNQC
mbare_room := room_name.split('#')[1]
if mbare_room.len > 1 { matrix_room := '#$mbare_room:$self.config.matrix_host'
if mbare_room.len > 1 {
matrix_room := '#$mbare_room:$self.config.matrix_host'
if room_name.starts_with('#'){ matrix_room := '#${room_name.split('#')[1]}:$self.config.matrix_host'
if room_name.starts_with('#'){
matrix_room := '#${room_name.split('#')[1]}:$self.config.matrix_host'
matrix_room_id = room_name.split('!')[1]
matrix_room_id = '#${room_name.split('!')[1]}:$self.config.matrix_host'