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', ...]
This module contains a single-server IRC bot class that can be used to write simpler bots.
![]() |
|