Table of contents Index

Module ircbot

class Channel # A class for keeping information about an IRC channel.
class IRCDict # A dictionary suitable for storing IRC-related things.
class SingleServerIRCBot(SimpleIRCClient) # A single-server IRC bot class.
string __file__ = './ircbot.py'
list all_events = ['disconnect', 'ctcp', 'ctcpreply', 'error', 'join', 'kick', ...]

Description

This module contains a single-server IRC bot class that can be used to write simpler bots.


Valid HTML 4.0! Made with CSS