aboutsummaryrefslogtreecommitdiff
path: root/modules/relay.py
Commit message (Expand)AuthorAgeFilesLines
* self.bot.trigger() relaying - needed for write loop notification cross-networkGravatar jesopo2019-06-221-1/+4
* Cache ParsedLine IDs of relay messages so we can ignore them (avoid loop)Gravatar jesopo2019-06-211-2/+12
* pass from_self arg in formatted.* message eventsGravatar jesopo2019-06-211-1/+1
* use event["from_self"] instead of checking nicknameGravatar jesopo2019-06-201-1/+1
* Remove debug printGravatar jesopo2019-06-201-1/+0
* Add relay.py - cross-network relayingGravatar jesopo2019-06-201-0/+109