Log in | Back to darenet.org

C/adduser

Related Commands
DELUSER
USERS
ADDUSER <#channel> <nickname|*account> <level> [duration]

Adds a user to the channel's user list with the specified access level.

Where <level> may be one of GRUNT, OP, MANAGER, COOWNER or OWNER. Or, a numerical level may be specified instead, between 1 and 500. Only network staff may add users with level 500 (owner).

An optional duration may be provided, which will cause the user to be automatically removed from the channel's user list once the duration has passed (expired). See HELP DURATIONS for information on how to correctly specify a duration.

Keep in mind that you may only grant a user an access level that less than your own.

Examples

/msg C ADDUSER #chat Joe COOWNER Adds the user who's nickname is Joe to #chat's user list with an access level of CO-OWNER.
/msg C ADDUSER #chat *joe OP Adds the user who's account name is joe to #chat's user list with an access level of OP.
/msg C ADDUSER #chat foo 300 2d Adds the user who's nickname is foo to #chat's user list with an access level of 300, which will expire in 2 days.


[Go Back]