]> jfr.im git - irc/unrealircd/unrealircd.git/commitdiff
- #0003399 changing numeric 307 to has identified for this nickname
authorstskeeps <redacted>
Thu, 21 Jun 2007 18:13:06 +0000 (18:13 +0000)
committerstskeeps <redacted>
Thu, 21 Jun 2007 18:13:06 +0000 (18:13 +0000)
Changes
src/s_err.c

diff --git a/Changes b/Changes
index e15823d7769fa302fd1f4749ea95c3db375a4b57..69f85a418c71d49cd49b8a3a26c326818a59ce13 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1801,3 +1801,4 @@ MOTDs
   need to ./Config -q; make clean all to get this working.
 - Laid groundwork for seperated build (onlycommands, commandsandmodules,
   onlymodules)
+- #0003399 changing numeric 307 to "has identified for this nickname"
index c48585c852a84d8a60227c74e0f3dddda43333b2..92200f639a09cc053612bc9b51304c4c2a3d454a 100644 (file)
@@ -340,7 +340,7 @@ static char *replies[] = {
 /* 304 */ NULL, /* RPL_TEXT */
 /* 305    RPL_UNAWAY */ ":%s 305 %s :You are no longer marked as being away",
 /* 306    RPL_NOWAWAY */ ":%s 306 %s :You have been marked as being away",
-/* 307    RPL_WHOISREGNICK */ ":%s 307 %s %s :is a registered nick",
+/* 307    RPL_WHOISREGNICK */ ":%s 307 %s %s :has identified for this nickname",
 /* 308    RPL_RULESSTART */ ":%s 308 %s :- %s Server Rules - ",
 /* 309    RPL_ENDOFRULES */ ":%s 309 %s :End of RULES command.",
 /* 310    RPL_WHOISHELPOP */ ":%s 310 %s %s :is available for help.",