C/addowner
m |
|||
Line 1: | Line 1: | ||
- | {{Related commands|[[ | + | {{Related commands|[[C/mdelowner|MDELOWNER]]<br />[[C/adduser|ADDUSER]]<br />[[C/wlist|WLIST]]<br />[[C/giveownership|GIVEOWNERSHIP]]}}<span class="cmdsyn">ADDOWNER <#channel> <nickname|*account> <span class="cmdsynopt">[duration]</span></span> |
Adds a user to the channel's user (i.e., access) list with an access level of OWNER. | Adds a user to the channel's user (i.e., access) list with an access level of 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 [[ | + | 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 [[C/duration|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. | ||
Line 11: | Line 11: | ||
===Examples=== | ===Examples=== | ||
{| class="srvcscmd" width="90%" style="font-size: 90%;" | {| class="srvcscmd" width="90%" style="font-size: 90%;" | ||
- | | /msg | + | | /msg C ADDOWNER #chat Joe |
| Adds the user who's nickname is Joe to #chat's user list with an access level of OWNER. | | Adds the user who's nickname is Joe to #chat's user list with an access level of OWNER. | ||
|- | |- | ||
- | | /msg | + | | /msg C ADDOWNER #chat *joe |
| Adds the user who's account name is joe to #chat's user list with an access level of OWNER. | | Adds the user who's account name is joe to #chat's user list with an access level of OWNER. | ||
|- | |- | ||
- | | /msg | + | | /msg C ADDOWNER #chat foo 2d |
| Adds the user who's nickname is foo to #chat's user list with an access level of OWNER, which will expire in 2 days. | | Adds the user who's nickname is foo to #chat's user list with an access level of OWNER, which will expire in 2 days. | ||
|} | |} |
Revision as of 16:14, 11 October 2012
Related Commands
| |
MDELOWNER ADDUSER WLIST GIVEOWNERSHIP |
ADDOWNER <#channel> <nickname|*account> [duration]
Adds a user to the channel's user (i.e., access) list with an access level of 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.
NOTE: This command is presently restricted to network staff.
Examples
/msg C ADDOWNER #chat Joe | Adds the user who's nickname is Joe to #chat's user list with an access level of OWNER. |
/msg C ADDOWNER #chat *joe | Adds the user who's account name is joe to #chat's user list with an access level of OWNER. |
/msg C ADDOWNER #chat foo 2d | Adds the user who's nickname is foo to #chat's user list with an access level of OWNER, which will expire in 2 days. |
[Go Back] |