def topic(bot, chan): return util.mcall('channel.topic', bot, chan)
def mode(bot, chan): return util.mcall('channel.mode', bot, chan)
def names(bot, chan, include_prefix=True): return util.mcall('channel.names', bot, chan, include_prefix)