blob: 169ae004f05156e1090efac5add6913258959cd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
---
layout: page
title: "Help: op"
---
{% comment %}
Please submit changes to
- https://github.com/irssi/irssi/blob/master/docs/help/in/op.in
- https://github.com/irssi/irssi/blob/master/src/irc/core/modes.c
{% endcomment %}
[Help index](/documentation/help)
### Syntax ###
<div class="highlight irssisyntax"><pre style="\-\-cmdlen:2ch"><code><span class="synB">OP</span> <span class="synB05"><nicks></span></code></pre></div>
### Parameters ###
A list of nicknames to op.
### Description ###
Grants the channel operator privileges to the given nicknames; you may use
the wildcard character '*' in a nickname.
### Examples ###
/OP mike
/OP bob sarah
/OP jo*n
/OP *
### See also ###
[DEOP](/documentation/help/deop), [DEVOICE](/documentation/help/devoice), [KICK](/documentation/help/kick), [MODE](/documentation/help/mode), [VOICE](/documentation/help/voice)
|