Example #1
0
def topic(bot, chan):
    return util.mcall('channel.topic', bot, chan)
Example #2
0
def mode(bot, chan):
    return util.mcall('channel.mode', bot, chan)
Example #3
0
def names(bot, chan, include_prefix=True):
    return util.mcall('channel.names', bot, chan, include_prefix)