B:BD[
3.389] → [
3.389:411]
B:BD[
3.411] → [
5.252:305]
B:BD[
5.305] → [
2.119:179]
B:BD[
5.363] → [
5.363:422]
B:BD[
6.155] → [
2.180:187]
// repeat in irc
if room := self.matching_irc_channel(room_id) {
name := self.name_convert(chat.System.matrix, sender)
self.chat.say(chat.System.irc, name, '', room, body)
} else {
println('warning: msg dropped. no match for $room_id')
}
// repeat in irc
if room := self.matching_irc_channel(room_id) {
name := self.name_convert(chat.System.matrix, sender)
self.chat.say(chat.System.irc, name, '', room, body)
} else {
println('warning: msg dropped. no match for $room_id')
}