GNU bug report logs - #48529
27.1; add libera chat to ERC

Previous Next

Package: emacs;

Reported by: Corwin Brust <corwin <at> bru.st>

Date: Thu, 20 May 2021 02:28:02 UTC

Severity: normal

Tags: fixed

Found in version 27.1

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #18 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Alex Murray <alex.murray <at> canonical.com>
To: Andreas Schwab <schwab <at> linux-m68k.org>
Cc: bug-gnu-emacs <at> gnu.org, Corwin Brust <corwin <at> bru.st>, bandali <at> gnu.org,
 emacs-erc <at> gnu.org
Subject: Re: 27.1; add libera chat to ERC
Date: Tue, 25 May 2021 12:09:23 +0930
On Tue, 2021-05-25 at 07:33:31 +0930, Andreas Schwab wrote:

> On Mai 19 2021, Corwin Brust wrote:
>
>> diff --git a/lisp/erc/erc-services.el b/lisp/erc/erc-services.el
>> index 09d1f7a330..62c9fbdd51 100644
>> --- a/lisp/erc/erc-services.el
>> +++ b/lisp/erc/erc-services.el
>> @@ -32,8 +32,8 @@
>>  
>>  ;; As a default, ERC has the data for the official nickname services on
>>  ;; the networks Austnet, BrasNET, Dalnet, freenode, GalaxyNet, GRnet,
>> -;; and Slashnet.  You can add more by using M-x customize-variable RET
>> -;; erc-nickserv-alist.
>> +;; Libera.Chat and Slashnet.  You can add more by using
>> +;;   M-x customize-variable RET erc-nickserv-alist.
>>  
>>  ;; Usage:
>>  ;;
>> @@ -197,6 +197,7 @@ Example of use:
>>  			(const GalaxyNet)
>>  			(const GRnet)
>>  			(const iip)
>> +                        (const Libera)
>>  			(const OFTC)
>>  			(const QuakeNet)
>>  			(const Rizon)
>> @@ -264,6 +265,15 @@ Example of use:
>>       "type\\s-/squery\\s-Trent\\s-identify\\s-<password>"
>>       "Trent <at> anon.iip"
>>       "IDENTIFY" nil "SQUERY" nil)
>> +    (Libera
>> +     "NickServ!NickServ <at> services."

NickServ on irc.libera.chat shows as:

NickServ is Nickname Services (NickServ <at> services.libera.chat)


So I think the above should be:

+     "NickServ!NickServ <at> services.libera.chat"

>> +     ;; Libera.Chat also accepts a password at login, see the `erc'
>> +     ;; :password argument.
>> +     "This\\s-nickname\\s-is\\s-registered.\\s-Please\\s-choose"
>> +     "NickServ"
>> +     "IDENTIFY" nil nil
>> +     ;; See also the 901 response code message.
>> +     "You\\s-are\\s-now\\s-identified\\s-for\\s-")
>>      (OFTC
>>       "NickServ!services <at> services.oftc.net"
>>       ;; OFTC's NickServ doesn't ask you to identify anymore.
>
> irc.libera.chat identifies itself as Libera.Chat.  Shouldn't that be
> used instead of Libera?
>
> Andreas.





This bug report was last modified 3 years and 362 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.