summaryrefslogtreecommitdiff
path: root/doc/de
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-07-18 19:58:29 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-07-18 19:58:29 +0200
commitfb86f21a5fb3ec516c3226cd1578d5b4d3ff2ec5 (patch)
tree298089d3f669c97403b7022658a7a9dd464e62e3 /doc/de
parent7389514c0977f3c85faf0cd52db5b9e9759cc5f6 (diff)
downloadweechat-fb86f21a5fb3ec516c3226cd1578d5b4d3ff2ec5.zip
irc: add support of wildcards in commands (de)op/halfop/voice (task #9221)
Diffstat (limited to 'doc/de')
-rw-r--r--doc/de/autogen/user/irc_commands.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/de/autogen/user/irc_commands.txt b/doc/de/autogen/user/irc_commands.txt
index 3c30ab3d6..0955e854a 100644
--- a/doc/de/autogen/user/irc_commands.txt
+++ b/doc/de/autogen/user/irc_commands.txt
@@ -121,18 +121,29 @@ Beispiel:
[command]*`dehalfop`* halb-Operator-Privilegien einem oder mehreren Nick(s) entziehen::
........................................
/dehalfop <nick> [<nick>...]
+
+nick: nick or mask (can start or end with "*" as wildcard)
+ *: remove channel half-operator status from everybody on channel except yourself
........................................
[[command_irc_deop]]
[command]*`deop`* Operator-Privilegien einem oder mehreren Nicknamen entziehen::
........................................
/deop <nick> [<nick>...]
+ * -yes
+
+nick: nick or mask (can start or end with "*" as wildcard)
+ *: remove channel operator status from everybody on channel except yourself
........................................
[[command_irc_devoice]]
[command]*`devoice`* Voice-Privilegien einem oder mehreren Nicknamen entziehen::
........................................
/devoice <nick> [<nick>...]
+ * -yes
+
+nick: nick or mask (can start or end with "*" as wildcard)
+ *: remove voice from everybody on channel
........................................
[[command_irc_die]]
@@ -158,6 +169,10 @@ reason: Begründung der Trennung
[command]*`halfop`* halb-Operator Status an Nick(s) vergeben::
........................................
/halfop <nick> [<nick>...]
+ * -yes
+
+nick: nick or mask (can start or end with "*" as wildcard)
+ *: give channel half-operator status to everybody on channel
........................................
[[command_irc_ignore]]
@@ -422,6 +437,10 @@ Beispiele:
[command]*`op`* Channel-Operator Status an Nicknamen vergeben::
........................................
/op <nick> [<nick>...]
+ * -yes
+
+nick: nick or mask (can start or end with "*" as wildcard)
+ *: give channel operator status to everybody on channel
........................................
[[command_irc_oper]]
@@ -719,6 +738,9 @@ server: Servername
[command]*`voice`* Voice an Nick(s) vergeben::
........................................
/voice <nick> [<nick>...]
+
+nick: nick or mask (can start or end with "*" as wildcard)
+ *: give voice to everybody on channel
........................................
[[command_irc_wallchops]]