Log in | Back to darenet.org

C/addhop

Line 1: Line 1:
-
{{Services|CHANSERV - Command: ADDHOP}}
+
{{Related commands|[[ChanServ/mdelhop|MDELHOP]]<br />[[ChanServ/adduser|ADDUSER]]<br />[[ChanServ/clvl|CLVL]]<br />[[ChanServ/hlist|HLIST]]}}<span class="cmdsyn">ADDHOP <#channel> <nickname|*account> <span class="cmdsynopt">[duration]</span></span>
-
{{ServicesDesc2 | syntax = /ChanServ ADDHOP <#channel> <nickname<nowiki>|</nowiki>*account> [duration]
+
 
-
|main= The ADDHOP command adds the specified user to the channel's user list with an access level of HALFOP.
+
Adds a user to the channel's user (i.e., access) list with an access level of HALFOP.
 +
 
 +
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.
 +
 
 +
Keep in mind that you may only grant a user an access level that less than your own.
 +
 
 +
===Examples===
 +
{| class="srvcscmd" width="90%" style="font-size: 90%;"
 +
| /msg ChanServ ADDHOP #chat Joe
 +
| Adds the user who's nickname is Joe to #chat's user list with an access level of HALFOP.
 +
|-
 +
| /msg ChanServ ADDHOP #chat *joe
 +
| Adds the user who's account name is joe to #chat's user list with an access level of HALFOP.
 +
|-
 +
| /msg ChanServ ADDHOP #chat foo 2d
 +
| Adds the user who's nickname is foo to #chat's user list with an access level of HALFOP, which will expire in 2 days.
 +
|}
-
An optional duration can be specified, in which case once the duration has passed (expired) the user will be automatically removed from the channel's user list.
 
-
Keep in mind that you may only add users to channel access levels that are less than your own.
 
-
|see = [[ChanServ/mdelhop|MDELHOP]], [[ChanServ/adduser|ADDUSER]], [[ChanServ/deluser|DELUSER]], [[ChanServ/users|USERS]], [[ChanServ/hlist|HLIST]], [[ChanServ/levels|LEVELS]], [[ChanServ/durations|HELP DURATIONS]]}}
 
<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 04:03, 10 January 2011

Related Commands
MDELHOP
ADDUSER
CLVL
HLIST

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

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

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


[Go Back]