diff options
Diffstat (limited to 'documentation/help/motd.markdown')
-rw-r--r-- | documentation/help/motd.markdown | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/documentation/help/motd.markdown b/documentation/help/motd.markdown new file mode 100644 index 0000000..8ccf493 --- /dev/null +++ b/documentation/help/motd.markdown @@ -0,0 +1,39 @@ +--- +layout: page +title: "Help: motd" +--- + +{% comment %} + +Please submit changes to +- https://github.com/irssi/irssi/blob/master/docs/help/in/motd.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">MOTD</span> <span class="syn10">[<span class="syn09"><server></span>|<span class="syn09"><nick></span>]</span></code></pre></div> + + + +### Parameters ### + +The server or the server the target nickname is on; if no parameter is +given, the active server will be used. + +### Description ### + +Displays the welcome message of an IRC server. + +### Examples ### + + /MOTD + /MOTD orwel.freenode.org + /MOTD bob + +### See also ### +[ADMIN](/documentation/help/admin), [INFO](/documentation/help/info), [LINKS](/documentation/help/links), [MAP](/documentation/help/map) + |