kdb.bot module

bot - Bot Module

This module defines the Bot Component which connects to an IRC Network and reacts to IRC Events. The Bot Component consists of the TCPClient and IRC Components.

class kdb.bot.Bot(*args, **kwargs)

Bases: circuits.core.components.BaseComponent

channel = 'bot'
init(data, config)
is_addressed(source, target, message)
kdb.bot.wrapvalue(command, event, value)

This Page