summaryrefslogtreecommitdiff
path: root/etc/ERC-NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ERC-NEWS')
-rw-r--r--etc/ERC-NEWS25
1 files changed, 25 insertions, 0 deletions
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS
index 5b0cd6f260f..d2dcb0b00a1 100644
--- a/etc/ERC-NEWS
+++ b/etc/ERC-NEWS
@@ -8,6 +8,31 @@ an alias of `erc'. Likewise, `erc-select-ssl' has been renamed to
`erc-ssl' with `erc-select-ssl' as its alias. The function that was
known as `erc' is now `erc-open'.
+** New command: /RECONNECT
+This command tries to reconnect to the current IRC server exactly
+once. It does not work in server buffers (throws an error before the
+command is run), but works in query and channel buffers.
+
+** New options
+
+*** erc-server-reconnect-attempts: Determines the number of
+reconnection attempts that ERC will make per server.
+
+*** erc-server-reconnect-timeout: New option that determines the
+amount of time, in seconds, that ERC will wait between successive
+reconnect attempts.
+
+** New face: `erc-my-nick-face'
+This helps make it easier to distinguish messages sent by yourself
+from messages sent by other users when the value of the variable
+`erc-show-my-nick' is non-nil.
+
+** New modules
+
+*** Capab identify (erc-capab.el)
+Mark users who haven't identified to NickServ on servers supporting
+CAPAB IDENTIFY-MSG.
+
** Changes and additions to modules
*** Channel lists (erc-list.el)