Skip to content
wolfy1339 edited this page Dec 7, 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, key="channel key")

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)

remove(channel, nick, message)

send(raw)

unban(channel, nick)

unquiet(channel, nick)

unvoice(channel, nick)

voice(channel, nick)
Clone this wiki locally