summaryrefslogtreecommitdiffstats
path: root/2019/tips.md
diff options
context:
space:
mode:
Diffstat (limited to '2019/tips.md')
-rw-r--r--2019/tips.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/2019/tips.md b/2019/tips.md
index 606ed861..60acb5c7 100644
--- a/2019/tips.md
+++ b/2019/tips.md
@@ -8,8 +8,8 @@ Please feel free to edit the page and add your own!
Here is a list of software you can use to prepare your screencast.
-### IRC (with ERC)
<a name="erc"></a>
+### IRC (with ERC)
For a bare bones ERC setup for participating in EmacsConf as a
speaker, add the following to your init file. Then, either mark the
@@ -18,11 +18,15 @@ your Emacs. Finally, do `M-x erc-tls RET` to start ERC.
```
(require 'erc)
-(setq erc-server "irc.freenode.net"
+(setq erc-server "chat.freenode.net"
erc-port 6697
erc-nick "your-nick"
erc-autojoin-channels-alist
- '(("freenode.net" "#emacsconf" "#emacsconf-org" "#emacsconf-questions")))
+ '(("freenode.net"
+ "#emacsconf"
+ "#emacsconf-questions"
+ ;; "#emacsconf-org"
+ "#emacsconf-accessible")))
```
References to learn more about ERC: