chatcommand module

class chatcommand.ChatCommand(c, channel)

Bases: object

Parent class that should be inherited from to create a new command.

send_message(msg: str)
send_whisper(msg: str, user: str)