From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.devel Subject: Re: IRC server USER/PASS in ERC Date: Mon, 6 Dec 2010 15:15:46 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1291645909 15405 80.91.229.12 (6 Dec 2010 14:31:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Dec 2010 14:31:49 +0000 (UTC) To: Aidan Gauland , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 06 15:31:45 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PPc6M-0005I2-9s for ged-emacs-devel@m.gmane.org; Mon, 06 Dec 2010 15:31:45 +0100 Original-Received: from localhost ([127.0.0.1]:34692 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PPc6L-0005fE-Qw for ged-emacs-devel@m.gmane.org; Mon, 06 Dec 2010 09:31:37 -0500 Original-Received: from [140.186.70.92] (port=34994 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PPbrY-0006AK-9z for emacs-devel@gnu.org; Mon, 06 Dec 2010 09:16:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PPbrW-0006dz-IH for emacs-devel@gnu.org; Mon, 06 Dec 2010 09:16:19 -0500 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:51669) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PPbrW-0006du-Dc for emacs-devel@gnu.org; Mon, 06 Dec 2010 09:16:18 -0500 Original-Received: by iwn33 with SMTP id 33so3220545iwn.0 for ; Mon, 06 Dec 2010 06:16:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=Yhj4P5FGwgJinzK7wTqfKlF73r3GcndKd7UsuordR6k=; b=pa43a8A3pLae/D595QpwNJgDrsWiWW7wtacBh8/gQbPmpe/DrjyGVeheH9AWeUouyT l/qDZq5220/58VzG/QMcfo6nizLa4up7taWyTaopCfGpirkvbnID9UjmPWCpXNX0ULe+ jTT9+qEzfQgKwvfKbVulxwqhmg27B7aoAs8DE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=rU8spwCPp6dy9Im6+Welmu43yckVlBPvslqPW6y8ha2AueYHRcXRhJUqYeh57HuZme gBqGHJlKFGG3++7hdPH7kS74MQlaY1QGbxEO/APVQzx0uUKU7YE34ttwJigR7ViYDR6p ZW+qGWRXcyXjLm3Z/74nduo4VrqCYelANtMBA= Original-Received: by 10.231.19.8 with SMTP id y8mr5996368iba.111.1291644977582; Mon, 06 Dec 2010 06:16:17 -0800 (PST) Original-Received: by 10.231.33.140 with HTTP; Mon, 6 Dec 2010 06:15:46 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:133452 Archived-At: 2010/12/6 Julien Danjou : > On Mon, Dec 06 2010, Aidan Gauland wrote: > >> *Is* there even a way to do this in ERC? =A0I certainly hope so, and >> that I simply haven't found it. =A0If there is *NOT* a way to to this in >> ERC, then I am willing to add this capability. > > I do this without any problem with ERC and ZNC. > Try to evaluate something like: > > =A0(erc > =A0 :server "someserver" > =A0 :nick "jd" > =A0 :password "bla") > > That should work. > I told Aidan basically the same thing on help-gnu-emacs, but he insisted that the password argument to `erc' is used to identify to NickServ and not as a PASS parameter to the IRC server...