Package buildbot :: Package status :: Module words :: Class IRC
[frames] | no frames]

Class IRC

source code

                     base.StatusReceiver --+    
                                           |    
 twisted.application.service.Service --+   |    
                                       |   |    
twisted.application.service.MultiService --+    
                                           |    
                    util.ComparableMixin --+    
                                           |    
             base.StatusReceiverMultiService --+
                                               |
                                              IRC

I am an IRC bot which can be queried for status information. I connect to a single IRC server and am known by a single nickname on that server, however I can join multiple channels.

Instance Methods
 
__init__(self, host, nick, channels, port=6667, allowForce=True, categories=None, password=None, notify_events={}, noticeOnChannel=False, showBlameList=True) source code
 
setServiceParent(self, parent) source code
 
stopService(self) source code

Inherited from base.StatusReceiver: __providedBy__, buildETAUpdate, buildFinished, buildStarted, builderAdded, builderChangedState, builderRemoved, buildsetSubmitted, logChunk, logFinished, logStarted, requestCancelled, requestSubmitted, stepETAUpdate, stepFinished, stepStarted, stepText2Changed, stepTextChanged

Inherited from twisted.application.service.MultiService: __iter__, addService, getServiceNamed, privilegedStartService, removeService, startService

Inherited from twisted.application.service.Service: __getstate__, disownServiceParent, setName

Inherited from util.ComparableMixin: __cmp__, __hash__

Class Variables
  compare_attrs = ['host', 'port', 'nick', 'password', 'channels...

Inherited from base.StatusReceiverMultiService: __implemented__, __provides__

Inherited from twisted.application.service.Service: name, parent, running

Method Details

__init__(self, host, nick, channels, port=6667, allowForce=True, categories=None, password=None, notify_events={}, noticeOnChannel=False, showBlameList=True)
(Constructor)

source code 
Overrides: twisted.application.service.MultiService.__init__

setServiceParent(self, parent)

source code 
Overrides: twisted.application.service.Service.setServiceParent

stopService(self)

source code 
Overrides: twisted.application.service.Service.stopService

Class Variable Details

compare_attrs

Value:
['host',
 'port',
 'nick',
 'password',
 'channels',
 'allowForce',
 'categories']