When I use 'newchanban' in a script to set a ban on a channel, it shows up in the 'banlist'.banlist [channel]
returns: list of global bans, or (if a channel is specified) list of channel-specific bans; each entry is itself a list, containing: hostmask, comment, expiration timestamp, time added, last time active, and creator (the three timestamps are in unixtime format)
But when the bot sets the ban in the channel by itself, it does not show up in the banlist...
Why?