B:BD[
5.118] → [
6.532:596]
B:BD[
5.187] → [
5.187:382]
							if room := self.matching_irc_channel(nick, alias_room) {
								// repeat in irc
								self.chat.say(chat.System.irc, nick, '', room, body)
							} else {
								println('warning: no irc channel found for $nick ${alias_room}. msg dropped: $body')
							// if room := self.matching_irc_channel(nick, alias_room) {
							if alias_room.name is string {
								if room := bridge.matching_room(alias_room.name, mut self.db) {
									// repeat in irc
									self.chat.say(chat.System.irc, nick, '', room, body)
								} else {
									println('warning: no irc channel found for $nick ${alias_room}. msg dropped: $body')
								}