Plus/IRCChannelEventRedirect
From DrFTPD
| This article is actively undergoing construction. However, you are welcome to assist in its construction by editing it as well. If it appears that active construction has stopped, please remove this message. The person who added this notice will be listed in its edit history should you wish to contact him or her. |
| DrFTPD+ Documentation | ||
| The + means better | ||
| ||
| FindNuke, IRCChannelEventRedirect, IRCUserManagement, Miscellaneus, RegexFilter, SpeedLimit, ZipScript+ | ||
| Other guidance | ||
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