diff options
Diffstat (limited to 'documentation/help/wallops.markdown')
-rw-r--r-- | documentation/help/wallops.markdown | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/documentation/help/wallops.markdown b/documentation/help/wallops.markdown new file mode 100644 index 0000000..0c5b943 --- /dev/null +++ b/documentation/help/wallops.markdown @@ -0,0 +1,37 @@ +--- +layout: page +title: "Help: wallops" +--- + +{% comment %} + +Please submit changes to +- https://github.com/irssi/irssi/blob/master/docs/help/in/wallops.in +- https://github.com/irssi/irssi/blob/master/src/irc/core/irc-commands.c + + +{% endcomment %} +[Help index](/documentation/help) + +### Syntax ### + +<div class="highlight irssisyntax"><pre style="\-\-cmdlen:7ch"><code><span class="synB">WALLOPS</span> <span class="synB05"><message></span></code></pre></div> + + + +### Parameters ### + +The message to broadcast. + +### Description ### + +Sends a network wide message to all the users which have the usermode 'w' +enabled; this command is restricted to IRC operators. + +### Examples ### + + /WALLOPS Hi everybody! + +### See also ### +[OPER](/documentation/help/oper), [STATS](/documentation/help/stats) + |