unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* ERC: OFTC autojoin no longer works with latest in emacs.bzr
@ 2011-02-10 10:59 Jim Meyering
  0 siblings, 0 replies; only message in thread
From: Jim Meyering @ 2011-02-10 10:59 UTC (permalink / raw)
  To: Emacs development discussions

[I first posted to erc-discuss, then noticed that the list is not very active]

Hello,

First, thanks for ERC!
If this should be directed instead to the emacs-devel list,
let me know and I'll resend.

I noticed recently that I had not been autojoined
to OFTC-hosted channels like I used to be.
autojoining works fine with the two other servers I use.

The problem is that I'm using emacs as built from upstream in bzr/git.
When I switch back to using what's in Fedora 14 (emacs-23.2-7.fc14.x86_64),
it works fine.

Here are parts of my startup file:

(custom-set-variables
 '(erc-autojoin-timing 'ident)
 '(erc-autojoin-delay 10)
 )

(setq erc-autojoin-channels-alist
          '(
            ((...))
            ("oftc.net" . ("#virt" "#storage"))
            ((...))
            ))

----------------------------------
In case it helps, here's the tail of my oftc connection buffer:


-NickServ- This nickname is registered and protected.  If it is your nickname,
	   you may
-NickServ- authenticate yourself to services with the IDENTIFY command.
	   You are
-NickServ- getting this message because you are not on the access list for the
-NickServ- meyering nickname.
*** meyering has changed mode for meyering to +R
-NickServ- You are successfully identified as meyering.


----------------------------------
I did try this off-the-cuff patch, but it didn't help:

diff --git a/lisp/erc/erc-services.el b/lisp/erc/erc-services.el
index 3acc600..1911faa 100644
--- a/lisp/erc/erc-services.el
+++ b/lisp/erc/erc-services.el
@@ -255,8 +255,7 @@ Example of use:
      "IDENTIFY" nil "SQUERY" nil)
     (OFTC
      "NickServ!services@services.oftc.net"
-     ;; OFTC's NickServ doesn't ask you to identify anymore.
-     nil
+     "This\\s-nickname\\s-is\\s-registered\\s-and\\s-protected."
      "NickServ"
      "IDENTIFY" nil nil
      "You\\s-are\\s-successfully\\s-identified\\s-as\\s-")



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-10 10:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-10 10:59 ERC: OFTC autojoin no longer works with latest in emacs.bzr Jim Meyering

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).