diff options
Diffstat (limited to 'documentation/help/wall.markdown')
-rw-r--r-- | documentation/help/wall.markdown | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/documentation/help/wall.markdown b/documentation/help/wall.markdown new file mode 100644 index 0000000..31ec810 --- /dev/null +++ b/documentation/help/wall.markdown @@ -0,0 +1,40 @@ +--- +layout: page +title: "Help: wall" +--- + +{% comment %} + +Please submit changes to +- https://github.com/irssi/irssi/blob/master/docs/help/in/wall.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:4ch"><code><span class="synB">WALL</span> <span class="syn10">[<span class="syn09"><channel></span>]</span> <span class="synB05"><message></span></code></pre></div> + + + +### Parameters ### + +The channel and the message; if no channel is given, the active channel +will be used. + +### Description ### + +Sends a message to all channel operators. If the server doesn't support + WALLCHOPS or STATUSMSG it will send a notice to each channel operator +individually. + +### Examples ### + + /WALL I'm off for today; take care! :) + /WALL #irssi I'm feeling supercalifragilisticexpialidocious today :D + +### See also ### +[MSG](/documentation/help/msg), [NOTICE](/documentation/help/notice) + |