To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
bansearch
This is an external module. Please note that it may or may not work with the current release (1.9.1). This module is not included in the default ZNC installation, and you will need to manually compile it before you can load this module. Contact the author if you have any questions, but feel free to ask in #znc on Libera.Chat. Someone might be able to help you there. |
Quickly determine why a user is unable to join/talk in a channel.
Important: This module is optimized for freenode with ircd-seven, it might need additional tweaking or would not work on other networks with different modes and extbans.
Important: ZNC Versions This module currently works with ZNC 1.6.* and below, it might not work on some networks with ZNC >= 1.7, this is being investigated.
Setup
You can get this module's source code here. Read the README for additional information.
Usage
Arguments
This user module takes zero arguments.
Read loading modules to learn more about loading modules.
Load it as you would load other python modules, requires modpython
Commands
Help
Prints a help text
check <user> <channel> [modes]
Checks, by default, what quiets (+q) and bans (+b) match a given online user in a channel. Also checks for registered only (+r) channel modes and quiets matching unidentified users ($~a) if the target user is not identified.
Modes can be passed as an optional, third argument. The default is bq, supported are b, q and e. Note that checking for +e requires you to be opped up in the target channel.
Usage
Example usage:
/msg *bansearch check Fuchs #freenode
check if there are any bans or $a,$x,$j extbans or quiets matching the user Fuchs in #freenode
/msg *bansearch check Fuchs #freenode be
check if there are any bans or $a,$x,$j extbans or exempts (+e) matching the user Fuchs in #freenode
/msg *bansearch check Fuchs #freenode q
check if there are any quiets matching the user Fuchs in #freenode