Skip to content
itslukej edited this page Jul 12, 2016 · 3 revisions

The "irc" class (optional argument for a "on" event) is a class with methods to automate building IRC commands.

action(channel, message)

ban(channel, nick)

ctcp(user, message)

deop(channel, nick)

invite(chan, user)

join(chan)

kick(channel, user, message)

mode(channel, nick, mode)

msg(channel, message)

nick(nick)

notice(user, message)

op(channel, nick)

part(chan)

ping()

quiet(channel, nick)

quit(message)

send(raw)

unban(self, channel, nick)

unquiet(self, channel, nick)

unvoice(self, channel, nick)

voice(self, channel, nick)
Clone this wiki locally