summaryrefslogtreecommitdiff
path: root/documentation/help/op.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/help/op.markdown')
-rw-r--r--documentation/help/op.markdown40
1 files changed, 40 insertions, 0 deletions
diff --git a/documentation/help/op.markdown b/documentation/help/op.markdown
new file mode 100644
index 0000000..169ae00
--- /dev/null
+++ b/documentation/help/op.markdown
@@ -0,0 +1,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">&lt;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)
+