Plus/IRCUserManagement
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, IRCUserManagement, RegexFilter, SpeedLimit, Miscellaneus, ZipScript+ | ||
| Other guidance | ||
Contents |
[edit]
IRCUserManagement
[edit]
Description
Many user management site xxx <user> raw ftp commands have been converted into irc commands for ease of use.
[edit]
Detailed Usage
[edit]
Adding/Removing Users
!addip/!delip <user> <ident@host> !adduser/!gadduser [group] <user> <pass> [*@IP1 *@IP2 ...] !deluser <user> [reason] !delpurge <user> !purge <user> !readd <user>
[edit]
Modifying Users
!ban <user> <time> [<reason>] !change <user> [wkly_allotment/ratio/group/num_logins (per-user) (per-ip)/max_sim (dn) (up)] <parm> !chgrp <user> [grp1 grp2 ... grpX] !give/!take <user> <creds> !unban <user> !unident <ftp.user>
[edit]
Locating users, etc
!finduser word1[word2,word3,...,wordX] !lastseen <ftp.user> !lookup <irc.nick> !nick <ftpuser> !user <user>
[edit]
Fun
!kickuser <user> [<reason>] !reload
[edit]
Configuration
Map the !commands to class/method in the conf/irccommands.conf file in your master directory. An example config is included in irccommands.conf.dist which is quite commonly copied as-is to irccommands.conf
[edit]
Bugs/Known Issues
[edit]
Related Links
- Original implementation of this mod by fr0w, on the DrFTPD forum.
