22
edits
(import words.IRC) |
|||
| Line 283: | Line 283: | ||
* Using Buildbot's IRC bot | * Using Buildbot's IRC bot | ||
**first add the following to your list of status obj in your master.cfg: | **first add the following to your list of status obj in your master.cfg: | ||
from buildbot.status import words | |||
... | |||
irc = words.IRC("irc.mozilla.org", "<your-bot-nick>", | irc = words.IRC("irc.mozilla.org", "<your-bot-nick>", | ||
channels=["<irc-channel>"], useSSL=True, | channels=["<irc-channel>"], useSSL=True, | ||
edits