Log in | Back to darenet.org

C/addcoowner

m
Line 1: Line 1:
{{Related commands|[[ChanServ/mdelcoowner|MDELCOOWNER]]<br />[[ChanServ/adduser|ADDUSER]]<br />[[ChanServ/clvl|CLVL]]<br />[[ChanServ/clist|CLIST]]}}<div class="cmdsyn">ADDCOOWNER <#channel> <nickname|*account> <span class="cmdsynopt">[duration]</span></div>
{{Related commands|[[ChanServ/mdelcoowner|MDELCOOWNER]]<br />[[ChanServ/adduser|ADDUSER]]<br />[[ChanServ/clvl|CLVL]]<br />[[ChanServ/clist|CLIST]]}}<div class="cmdsyn">ADDCOOWNER <#channel> <nickname|*account> <span class="cmdsynopt">[duration]</span></div>
-
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 access list with an access level of COOWNER.
-
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 [[ChanServ/durations|HELP DURATIONS]] for information on how to correctly specify a duration.
+
If a duration is provided, the user will be automatically removed from the channel access list once it has passed (expired). See <code>[[ChanServ/durations|HELP DURATIONS]]</code> for more 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, you may only grant users access levels less than your own.
===Examples===
===Examples===
-
{| class="srvcscmd" width="90%" style="font-size: 90%;"
+
* <code>/msg ChanServ ADDCOOWNER #chat Joe</code>
-
| /msg ChanServ ADDCOOWNER #chat Joe
+
* <code>/msg ChanServ ADDCOOWNER #chat *joe</code>
-
| Adds the user who's nickname is Joe to #chat's user list with an access level of CO-OWNER.
+
* <code>/msg ChanServ ADDCOOWNER #chat foo 2d</code>
-
|-
+
-
| /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.
+
-
|}
+
<html><table align="right"><tr><td><a href="javascript:history.go(-1)">[Go Back]</a></td></tr></table></html>
<html><table align="right"><tr><td><a href="javascript:history.go(-1)">[Go Back]</a></td></tr></table></html>

Revision as of 13:34, 19 July 2012

Related Commands
MDELCOOWNER
ADDUSER
CLVL
CLIST
ADDCOOWNER <#channel> <nickname|*account> [duration]

Adds a user to the channel's access list with an access level of COOWNER.

If a duration is provided, the user will be automatically removed from the channel access list once it has passed (expired). See HELP DURATIONS for more information on how to correctly specify a duration.

Note, you may only grant users access levels less than your own.

Examples

  • /msg ChanServ ADDCOOWNER #chat Joe
  • /msg ChanServ ADDCOOWNER #chat *joe
  • /msg ChanServ ADDCOOWNER #chat foo 2d


[Go Back]