Support NICKSERV command when tracking messages.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 19 Feb 2008 21:54:25 +0000 (22:54 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 19 Feb 2008 21:54:25 +0000 (22:54 +0100)
NEWS
src/redirect.c

diff --git a/NEWS b/NEWS
index eadfc25c9ca1551e6a823d4f5f0552114de1c7c7..4695b393f9feb87703978fc6635a62b377b4a9f2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -77,6 +77,8 @@ Ctrlproxy 3.0.6 UNRELEASED
        * Correctly generate prefix when replicating users that have more 
          than one mode set. (Martin Meredith)
 
+    * Support NICKSERV command when tracking messages.
+
   INTERNALS
 
     * A simple, single API is now used for managing modes.
index 6aace0b2c82d03ac50db2834c5bb86f8a57ce656..0e777c190491bdb95428ac266846b5b9985e3d48 100644 (file)
@@ -314,6 +314,13 @@ static struct query queries[] = {
                        ERR_NOSUCHNICK, ERR_NOSUCHCHANNEL, ERR_BLOCKING_NOTID, 0 },
                handle_default
        },
+
+       { "NICKSERV",
+               { 0 },
+               { RPL_TRYAGAIN, 0 },
+               { ERR_NOTEXTTOSEND, 0 },
+               handle_default
+       },
  
  /* MOTD [<target>] */
        { "MOTD",