This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Problem with banlist, please help.

Old posts that have not been replied to for several years.
Locked
b
bar10dr

Problem with banlist, please help.

Post by bar10dr »

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)
When I use 'newchanban' in a script to set a ban on a channel, it shows up in the 'banlist'.

But when the bot sets the ban in the channel by itself, it does not show up in the banlist...

Why?
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

'banlist' list bans that are added to the bot, for a list of all active bans on a channel, try 'chanbans'.
chanbans <channel>
Returns: a list of the current bans on the channel.
b
bar10dr

Post by bar10dr »

I sorted the problem out.

The script who actually did the banning used MODE +b instead of newchanban.

Thanks anyway! :]
Locked