Plus/IRCChannelEventRedirect

From DrFTPD
Jump to: navigation, search
Plus / IRCChannelEventRedirect
DrFTPD+ Documentation
The + means better

About DrFTPD+

        Features List Edit
FindNuke, IRCChannelEventRedirect, IRCUserManagement, Miscellaneus, RegexFilter, SpeedLimit, ZipScript+
Other guidance

Wikipedia:Regex

Contents

IRCChannelEventRedirect

Initially committed in r1709

Description

You can now redirect the output of many server "events" to any channel(s) you wish. The list of configurable events is static, and can be found in irc.conf.dist.

Configuration

To configure the system, you need to add line to irc.conf for each override.

Format:

   irc.event.eventname.channel.x=#channel

eventname == name of event, see list below. x == channel number, start with 1 and add as many as you need.

Any event that you do not override will just use it's normal default behavior.


Events normally output to all channels:

slave, shutdown

Events normally output to specific channels:

dele, wipe, invite, mkdir, request, 
reqfilled, rmdir, pre

Example config:

irc.event.dele.channel.1=#drftpd-test
irc.event.dele.channel.2=#drftpd-test2
irc.event.wipe.channel.1=#drftpd-test
irc.event.slave.channel.1=#drftpd-test
irc.event.invite.channel.1=#drftpd-test

Bugs/Known Issues

Related Links

Personal tools