Project

General

Profile

Op » History » Version 2

Per Amundsen, 02/16/2023 02:54 PM

1 1 Per Amundsen
_Added in 1.5_
2
3
*/op <nick> [nickN...]*
4
5
Promotes nick to channel-operator on current channel. (mode #channel +o 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
/op Nick1 Nick2 Nick3
19
20
;Promote 1 user.
21
/op Nick1
22
</pre>