2.0/Modules/cs unban
From AnopeWiki
Language | |
---|---|
English |
|
Description
Tells ChanServ to remove all bans preventing you or the given user from entering the given channel. If no channel is given, all bans affecting you in channels you have access in are removed.
By default, limited to AOPs or those with level 5 and above on the channel.
Commands
- unban channel [nick]
Examples
/msg ChanServ UNBAN #myChannel Fred
Default Configuration
/* * cs_unban * * Provides the command chanserv/unban. * * Used for unbanning users from channels. */ module { name = "cs_unban" } command { service = "ChanServ"; name = "UNBAN"; command = "chanserv/unban"; }