Difference between revisions of "Emacs/Command-cheatsheet"
From Flexible Survival
(Proper Headers (by SublimeText.Mediawiker)) |
(More bboard (by SublimeText.Mediawiker)) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
===Communication=== | ===Communication=== | ||
− | {| | + | {| class="wikitable" |
! Command Name | ! Command Name | ||
! Purpose | ! Purpose | ||
Line 9: | Line 9: | ||
|- | |- | ||
|pub,public | |pub,public | ||
− | + | new, newbie | |
sci,science | sci,science | ||
Line 18: | Line 18: | ||
naughty | naughty | ||
|These are the channel commands, they broadcast to anyone who isn't ignoring you who has the channel turned on. | |These are the channel commands, they broadcast to anyone who isn't ignoring you who has the channel turned on. | ||
+ | |||
+ | There are many more channels than these, but they are more specific. | ||
|<pre>pub #on</pre> Turn on the public channel | |<pre>pub #on</pre> Turn on the public channel | ||
<pre> pub #off</pre> Turn off the public channel | <pre> pub #off</pre> Turn off the public channel | ||
Line 23: | Line 25: | ||
<pre> pub <message></pre> Send <message> to the channel | <pre> pub <message></pre> Send <message> to the channel | ||
<pre> pub : <pose></pre> Pose an action on the channel | <pre> pub : <pose></pre> Pose an action on the channel | ||
+ | |- | ||
+ | |page, p | ||
+ | |Send a private message to any number of recipients | ||
+ | |<pre>page <person>=<text></pre> Send <text> to person | ||
+ | <pre>page #help</pre> Display the more in-depth options for paging a person | ||
+ | |||
+ | <pre>page #color green</pre> Make your pages show up in green | ||
+ | |||
+ | <pre>page #color custom 205</pre> Make your page show up in color 205 | ||
+ | |- | ||
+ | | +bbread | ||
+ | | Display bboards(bulletin boards), which are public messages with a longer lifetime than the standard page or pub post | ||
+ | |<pre>+bbread #1/1</pre> Read the first message posted on the first bboard | ||
+ | |||
+ | <pre>+bbread</pre> Show the extant bboards | ||
+ | |||
+ | <pre>+bbread #1</pre> show the messages on the first board | ||
+ | |- | ||
+ | | +bbpost | ||
+ | | Post to a bulletin board | ||
+ | | For example | ||
+ | <pre>+bbpost #2</pre> Will start a new post on the "OOC - Chat" bboard, then you enter the title, and you enter the editor, which you should type in ,help to get started with. | ||
|} | |} |
Latest revision as of 21:42, 15 July 2018
Emacs' Command Cheatsheet
Communication
Command Name | Purpose | Syntax |
---|---|---|
pub,public
new, newbie sci,science links game naughty |
These are the channel commands, they broadcast to anyone who isn't ignoring you who has the channel turned on.
There are many more channels than these, but they are more specific. |
pub #onTurn on the public channel pub #offTurn off the public channel pub #helpDisplay the more comprehensive help for all the channel systems. pub <message>Send <message> to the channel pub : <pose>Pose an action on the channel |
page, p | Send a private message to any number of recipients | page <person>=<text>Send <text> to person page #helpDisplay the more in-depth options for paging a person page #color greenMake your pages show up in green page #color custom 205Make your page show up in color 205 |
+bbread | Display bboards(bulletin boards), which are public messages with a longer lifetime than the standard page or pub post | +bbread #1/1Read the first message posted on the first bboard +bbreadShow the extant bboards +bbread #1show the messages on the first board |
+bbpost | Post to a bulletin board | For example
+bbpost #2Will start a new post on the "OOC - Chat" bboard, then you enter the title, and you enter the editor, which you should type in ,help to get started with. |