Log in | Back to darenet.org

C/addcoowner

m
m
Line 3: Line 3:
Adds a user to the channel's user (i.e., access) list with an access level of CO-OWNER.
Adds a user to the channel's user (i.e., access) list with an access level of CO-OWNER.
-
An optional duration may be provided, which will cause the user to be automatically removed from the channel's user once the duration has passed (expired). See [[ChanServ/duration|HELP DURATIONS]] for information on how to correctly specify a duration.
+
An optional duration may be provided, which will cause the user to be automatically removed from the channel's user once the duration has passed (expired). See [[ChanServ/durations|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.
Keep in mind that you may only grant a user an access level that less than your own.

Revision as of 04:07, 10 January 2011

Related Commands
MDELCOOWNER
ADDUSER
CLVL
CLIST

ADDCOOWNER <#channel> <nickname|*account> [duration]

Adds a user to the channel's user (i.e., access) list with an access level of CO-OWNER.

An optional duration may be provided, which will cause the user to be automatically removed from the channel's user 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 ChanServ ADDCOOWNER #chat Joe Adds the user who's nickname is Joe to #chat's user list with an access level of CO-OWNER.
/msg ChanServ ADDCOOWNER #chat *joe Adds the user who's account name is joe to #chat's user list with an access level of CO=OWNER.
/msg ChanServ ADDCOOWNER #chat foo 2d Adds the user who's nickname is foo to #chat's user list with an access level of CO-OWNER, which will expire in 2 days.


[Go Back]