Log in | Back to darenet.org

C/addmanager

m
Line 1: Line 1:
-
{{Related commands|[[ChanServ/mdelmanager|MDELMANAGER]]<br />[[ChanServ/adduser|ADDUSER]]<br />[[ChanServ/clvl|CLVL]]<br />[[ChanServ/mlist|MLIST]]}}<span class="cmdsyn">ADDMANAGER <#channel> <nickname|*account> <span class="cmdsynopt">[duration]</span></span>
+
{{Related commands|[[ChanServ/mdelmanager|MDELMANAGER]]<br />[[ChanServ/adduser|ADDUSER]]<br />[[ChanServ/clvl|CLVL]]<br />[[ChanServ/mlist|MLIST]]}}<div class="cmdsyn">ADDMANAGER <#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 MANAGER.
Adds a user to the channel's user (i.e., access) list with an access level of MANAGER.

Revision as of 17:45, 2 May 2011

Related Commands
MDELMANAGER
ADDUSER
CLVL
MLIST
ADDMANAGER <#channel> <nickname|*account> [duration]

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

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 ChanServ ADDMANAGER #chat Joe Adds the user who's nickname is Joe to #chat's user list with an access level of MANAGER.
/msg ChanServ ADDMANAGER #chat *joe Adds the user who's account name is joe to #chat's user list with an access level of MANAGER.
/msg ChanServ ADDMANAGER #chat foo 2d Adds the user who's nickname is foo to #chat's user list with an access level of MANAGER, which will expire in 2 days.


[Go Back]