summaryrefslogtreecommitdiffstats
path: root/docs/erc_irc.md
diff options
context:
space:
mode:
authorandybons <andybons@chromium.org>2015-08-30 19:24:51 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-31 02:25:23 +0000
commit22afb31800284923e9f84af6373f68ad6b241f4b (patch)
treea21958025627286297b1b76f6591fa504de68b80 /docs/erc_irc.md
parent9c4a5643f704ea72c724b61e0ce8eb29a46df017 (diff)
downloadchromium_src-22afb31800284923e9f84af6373f68ad6b241f4b.zip
chromium_src-22afb31800284923e9f84af6373f68ad6b241f4b.tar.gz
chromium_src-22afb31800284923e9f84af6373f68ad6b241f4b.tar.bz2
[Docs]: Updates to match style guide.
TBR=nodir BUG=524256 Review URL: https://codereview.chromium.org/1314513007 Cr-Commit-Position: refs/heads/master@{#346334}
Diffstat (limited to 'docs/erc_irc.md')
-rw-r--r--docs/erc_irc.md28
1 files changed, 19 insertions, 9 deletions
diff --git a/docs/erc_irc.md b/docs/erc_irc.md
index 380fec4..c8e17e7 100644
--- a/docs/erc_irc.md
+++ b/docs/erc_irc.md
@@ -1,16 +1,24 @@
+# ERC IRC
+
It's very simple to get started with ERC; just do the following:
- 1. Optional: Sign up at freenode.net to claim your nickname.
- 1. M-x
- 1. erc (and accept default for the first couple of items)
- 1. /join #chromium
+
+1. Optional: Sign up at freenode.net to claim your nickname.
+1. M-x
+1. erc (and accept default for the first couple of items)
+1. /join #chromium
You may notice the following problems:
- * It's hard to notice when you're mentioned.
- * ERC does not have built-in accidental paste prevention, so you might accidentally paste multiple lines of text into the IRC channel.
-You can modify the following and add it to your .emacs file to fix both of the above. Note that you'll need to install and configure sendxmpp for the mention hack, which also requires you to create an account for your "robot" on e.g. jabber.org:
+* It's hard to notice when you're mentioned.
+* ERC does not have built-in accidental paste prevention, so you might
+ accidentally paste multiple lines of text into the IRC channel.
-```
+You can modify the following and add it to your .emacs file to fix both of the
+above. Note that you'll need to install and configure sendxmpp for the mention
+hack, which also requires you to create an account for your "robot" on e.g.
+jabber.org:
+
+```el
(require 'erc)
;; Notify me when someone mentions my nick or aliases on IRC.
@@ -89,4 +97,6 @@ You can modify the following and add it to your .emacs file to fix both of the a
))
```
-Note: The paste protection code is modified from a paste by user 'yashh' at http://paste.lisp.org/display/78068 (Google cache [here](http://webcache.googleusercontent.com/search?q=cache:p_S9ZKlWZPoJ:paste.lisp.org/display/78068+paste+78068&cd=1&hl=en&ct=clnk&gl=ca&source=www.google.ca)). \ No newline at end of file
+Note: The paste protection code is modified from a paste by user 'yashh' at
+http://paste.lisp.org/display/78068 (Google cache
+[here](http://webcache.googleusercontent.com/search?q=cache:p_S9ZKlWZPoJ:paste.lisp.org/display/78068+paste+78068&cd=1&hl=en&ct=clnk&gl=ca&source=www.google.ca)).