This Page

serviceIRCd — IRCd server service

class serviceIRCd.IRCdService

Provides interface for starting and stopping a shared instance of hybrid IRCd server

start()

Request that the IRC server be started for this agent group. If the server is already running, it simply increments the usage counter.

stop()

Notify the server that this agent group no longer needs it. If this is the last group using it on this node, stop the server.