erc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Erc-commit] [commit][master] Add identification hooks for GRnet, the Gr


From: mwolson
Subject: [Erc-commit] [commit][master] Add identification hooks for GRnet, the Greek IRC network.
Date: Sun, 09 Dec 2007 02:00:22 -0500

commit 3dd1a2deccb559588f543fc4b96c51e27a551405
Author: Giorgos Keramidas <address@hidden>
Date:   Sun Dec 9 06:32:52 2007 +0200

    Add identification hooks for GRnet, the Greek IRC network.
    
    * erc-services.el: Add identification hooks for GRnet, the Greek
      IRC network <http://www.irc.gr>.

diff --git a/ChangeLog b/ChangeLog
index bbda56c..8975b22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
        * erc-backend.el, erc.el:
        Parse 275 (secure connection) responses.
 
+       * erc-services.el: Add identification hooks for GRnet, the Greek
+       IRC network <http://www.irc.gr>.
+
 2007-12-08  David Kastrup  <address@hidden>
 
        * erc-stamp.el (erc-echo-timestamp):
diff --git a/erc-services.el b/erc-services.el
index 6cf21e8..224b464 100644
--- a/erc-services.el
+++ b/erc-services.el
@@ -29,9 +29,10 @@
 ;; are made to test if NickServ is the real NickServ for a given network or
 ;; server.
 
-;; As a default, ERC has the data for the official nickname services on the
-;; networks Austnet, BrasNET, Dalnet, freenode, GalaxyNet, and Slashnet.
-;; You can add more by using M-x customize-variable RET erc-nickserv-alist.
+;; 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.
 
 ;; Usage:
 ;;
@@ -182,6 +183,7 @@ Example of use:
                        (const DALnet)
                        (const freenode)
                        (const GalaxyNet)
+                       (const GRnet)
                        (const iip)
                        (const OFTC)
                        (const QuakeNet)
@@ -234,6 +236,12 @@ Example of use:
      "Please\\s-change\\s-nicks\\s-or\\s-authenticate."
      "address@hidden"
      "AUTH" t nil nil)
+    (GRnet
+     "address@hidden"
+     "This\\snickname\\sis\\sregistered\\sand\\sprotected."
+     "NickServ"
+     "IDENTIFY" nil nil
+     "Password\\saccepted\\s-\\syou\\sare\\snow\\srecognized.")
     (iip
      "address@hidden"
      "type\\s-/squery\\s-Trent\\s-identify\\s-<password>"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]