meds.bots

A Bot can connect to a network and communicate with that network. Methods are available to join channels and announce text to those channels.

class Bot(*args, **kwargs)[source]

Bases: meds.engine.Engine

announce(txt)[source]
cmnd(txt)[source]
connect()[source]
dispatch(event)[source]
join(channel)[source]
joinall()[source]
out(txt)[source]
prompt()[source]
run_forever()[source]
say(channel, txt)[source]
show(event)[source]
start()[source]