Feature #303
Add /unban and /banlist
Start date:
Due date:
% Done:
0%
Estimated time:
OS:
Any
Description
These aliases seem to work for me:
/unban => /mode $channelname -b $1
/banlist => /mode $channelname +b
However, /banlist shows the output in the status window, it would be nice if it was shown in the current window instead.
Related issues
Associated revisions
History
#1 Updated by EgS about 16 years ago
Unban has now been implemented. It's not an aliases so it can make use of the same logic the regular ban has.
Regarding banlist: I don't like this: we have a nice gui and should make use of it. Something like the channel search list comes to mind.
fixing BR #303 partially - introducing unban