<div dir="ltr"><div><div><div><div>Greetings all,<br><br></div>I am using Buildbot version 0.9.1. So, I am unable to connect Buildbot with my project's IRC server. I am not getting any errors in the twisted.log. And I am attempting to connect to the public port 6667. Here is the code of I am using (which is similar to the quick Buildbot tutorial):<br><br>irc = reporters.IRC(host="<a href="http://irc.freenode.net">irc.freenode.net</a>", nick="BB-test",<br>                 channels=["#buildbot-test"],<br>                 )<br>c['services'].append(irc)<br><br></div>Any help would be appreciated.<br><br></div>Regards,<br><br></div>Alvaro<br></div>