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.

Ignore

From ZNC
Jump to navigation Jump to search


An ignore module for ZNC ≥ 1.0.

Getting the Code

The code for this module can be found here. Please read "compiling modules" in order to build this module. Example method of fetching the code:

$ mkdir ~/.znc/modules ; cd ~/.znc/modules
$ git clone https://github.com/srd424/modignore.git

Installation

Refer to the README or use the following example:

$ znc-buildmod ignore.cpp
$ cp ignore.so ~/.znc/modules/

Usage

Arguments

This user module takes no arguments.

Read loading modules to learn more about loading modules.

Commands

Commands can be found on the README

Example Output

<MetaNova> help
<*ignore> AddHost [mMaAnNcCjpqk] <nick!user@host>: Ignore a hostmask from [m]essage, [a]ction, [n]otice, [c]tcp, [j]oins, [p]arts, [q]uits, nic[k]; uppercase = private
<*ignore> AddPattern [mMaAnNcCjpqk] <regex>: Ignore text matching a regular expression
<*ignore> Clear: Clear all ignore entries
<*ignore> Del <n>: Remove an ignore entry by index
<*ignore> Help <search>: Generate this output
<*ignore> List: Display the ignore list

The required arguments for AddHost and AddPattern should be "quoted" if they contain spaces.

To Do List

Taken from the README:

- Ignore invites
- Ignore DCC (I'll have to take a look at how this works in the IRC protocol)

Forks