modbot/utils.py

5 lines
108 B
Python
Raw Normal View History

2021-08-02 20:57:16 -05:00
from irctokens import build
def message(srv, channel, msg):
srv.send(build("PRIVMSG", [channel, msg]))