modbot/utils.py

5 lines
108 B
Python

from irctokens import build
def message(srv, channel, msg):
srv.send(build("PRIVMSG", [channel, msg]))