Hwy's modules All modules in this section of the archive will run on both ircd-ratbox-1.x and ircd-hybrid-7.0 (rc1 and higher). Note: The modules may support extra configuration options on ircd-ratbox, as it permits modules to add conf file items while ircd-hybrid does not. They are maintained solely by me, contact W. Campbell for support, bug reports, and other information. Read the SYNTAX file for the syntax of each (currently supported) command. -- File list -- autofizzerclean.c - A module to automatically clean fizzer clients off your network. It sends the uninstall command using yesterday, today, and tomorrow's prefix. It will not work if the drone infected machine has their date too far off, and will cease to function after 30 May 2003. m_fizzlist.c - Locally (default) or globally list any client matching the fizzer pattern. It will show the last joined channel. Note, this does not comply with OPERSPY. m_killfizzer.c - KLINE (permanently), KLINE (temporary 1440 minute), or DLINE all local fizzer drones. m_monitor.c - A TCM/Sentinel like searching module, provides the ULIST, NLIST, and GLIST commands to search user@hosts, nicks, and gecos fields respectively. You may search locally (default) or globally (reporting via OPERSPY), using match() or regular expressions. This module only functions on ircd-ratbox (any 1.x or 2.x version) m_nglist.c - List all local or global clients that have all lower case nicks and have matching nicks and gecos's (a common drone pattern) m_operlist.c - Display all opers on the network or on a matching server mask in a slightly modified /stats p format. m_sping.c - Implements an ircu like server<->server PING, must be run on each server on the path to function. The previous three modules all now work on ratbox 1.x and 2.0.x. m_testmask.c - TESTMASK extracted from the monitor modules into its own module, show a count of all local and global clients matching the user@host mask given. This module is now part of ircd-ratbox.