summaryrefslogtreecommitdiff
path: root/etc/ERC-NEWS
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2007-01-05 02:09:07 +0000
committerMiles Bader <miles@gnu.org>2007-01-05 02:09:07 +0000
commit10dc9f9eba4636988cc3fee62abc8c93ca402fa0 (patch)
tree7f4ccfb2665b0a3e9b0b03d27b912e274f34a2c7 /etc/ERC-NEWS
parenta0583738af211e7859bec6d355c9a269da96b351 (diff)
downloademacs-10dc9f9eba4636988cc3fee62abc8c93ca402fa0.tar.gz
Update from erc--emacs--22
Highlights: - New /RECONNECT command. - Improve default method for auto-identify to nickserv. - Fix another erc-iswitchb bug. - Fix reconnect lockup (defaulting to twice before giving up). - Fix reconnect on ban. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-587 Creator: Michael Olson <mwolson@gnu.org>
Diffstat (limited to 'etc/ERC-NEWS')
-rw-r--r--etc/ERC-NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS
index 5b0cd6f260f..a927419c8c7 100644
--- a/etc/ERC-NEWS
+++ b/etc/ERC-NEWS
@@ -8,6 +8,20 @@ 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.
+
** Changes and additions to modules
*** Channel lists (erc-list.el)