Initial commit of code released on 2002-07-15

This commit is contained in:
Brian Cline
2015-01-25 18:26:44 -06:00
commit feca086612
102 changed files with 22822 additions and 0 deletions

16
XHELP/ADDUSER Normal file
View File

@@ -0,0 +1,16 @@
SYNTAX: adduser [channel] <nick> [mask] <access> <password>
modinfo [channel] <field> <nick|address> <new value>
remuser [channel] <nick|address>
adduser gives the given access to anyone matching mask.
nick is only used as a reference and should be the nickname the
person uses to most. If nick is online, mask is not necessary,
and the userhost will be looked up automatically. If default user
flags are defined (see help set), those flags are used.
modinfo is used to modify an entry in the userlist. field can
be either of the followings: MATCH, ACCESS, AUTOOP, PASSWORD.
new value must be ON or OFF for field AUTOOP, or other
valid values for the other fields.
remuser removes the access of the given user.