remove reference to ppp secrets files, as the order in the nickserv file is slightly...
authorJelmer Vernooij <jelmer@samba.org>
Sun, 29 Jun 2008 14:10:37 +0000 (16:10 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 29 Jun 2008 14:10:37 +0000 (16:10 +0200)
src/nickserv.c

index 2ae023111bd00cfd9ce3c7165d8619dbf755d4c4..5735f4501e1697b1be88460a9a58e6841fb91336 100644 (file)
@@ -27,7 +27,6 @@
 #include "irc.h"
 
 #define NICKSERV_FILE_HEADER "# This file contains passwords for NickServ\n" \
-       "# It has the same format as the ppp secrets files.\n" \
        "# It should contain one entry per line, each entry consisting of: \n" \
        "# a nick name, password and network name, separated by tabs.\n" \
        "#\n"