dol-sen has quit [Remote host closed the connection]
dol-sen has joined #buildbot
dol-sen has quit [Remote host closed the connection]
dol-sen has joined #buildbot
<p12tic>
Zorry: IRC and telegram bots use a completely different architecture that the rest of reporters
<p12tic>
This is the reason why these other reporters got report generators and IRC didn't
<Zorry>
have almost figer it out how to use RG
<p12tic>
Looking into this again, it does not seem impossible indeed
<Zorry>
have got the bot to send a text when it run sendMessage
<Zorry>
and just need to fix the reperts thing
<p12tic>
you are trying to make IRC bot derive from ReporterBase and then get the formatted results from there?
<Zorry>
yes
<p12tic>
Looking into the code, you most likely need to hack subscribe_to_build_events() so that it gets the events from ReporterBase instead of subscribing itself