Difference between revisions of "Emacs/Command-cheatsheet"
From Flexible Survival
(Style improvement (by SublimeText.Mediawiker)) |
(Page command (by SublimeText.Mediawiker)) |
||
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 | ||
+ | |||
|} | |} |
Revision as of 21:34, 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 |