forked from PsychoticNinja/ailin-nemui-irssi
38 lines
843 B
Plaintext
38 lines
843 B
Plaintext
:::{note} You are reading the help for the development version. **The current release version is Neırssi 1.3.**
|
||
:::
|
||
|
||
# wallops
|
||
|
||
<!-- comment
|
||
|
||
Please submit changes to
|
||
- https://github.com/ailin-nemui/irssi/blob/master/docs/help/in/wallops.in
|
||
- https://github.com/ailin-nemui/irssi/blob/master/src/irc/core/irc-commands.c
|
||
|
||
|
||
endcomment -->
|
||
|
||
|
||
## Syntax ##
|
||
|
||
<div class="irssisyntax highlight"><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)
|
||
|