Project

General

Profile

Halfop » History » Version 2

Per Amundsen, 02/16/2023 12:43 PM

1 1 Per Amundsen
_Added in 1.5_
2
3
*/halfop <nick> [nickN...]*
4
5
Promotes nick to channel-half operator on current channel. (mode #channel +h Nick)
6
7
*Parameters*
8
9 2 Per Amundsen
table(ktable).
10
|*Parameter*|*Description*|
11
| <nick> | The nick to promote. |
12
| [nickN...] | Additional nicks to promote. |
13 1 Per Amundsen
14
*Example*
15
16
<pre>
17
;Promote 3 users.
18
/halfop Nick1 Nick2 Nick3
19
20
;Promote 1 user.
21
/halfop Nick1
22
</pre>