# HG changeset patch
# User William Pitcock <nenolod@dereferenced.org>
# Date 1332704033 18000
# Node ID d32300a1d3ef6276a6c93b5f4ec20acc12f327d1
# Parent  cc309e25fec9686ddf37076813665944fe87f6d4
- Change RPL_WHOISREGNICK (307) text to be more clear, especially with the new
  accountnames support (#3399).

diff -r cc309e25fec9 -r d32300a1d3ef Changes
--- a/Changes	Sun Mar 25 14:08:31 2012 -0500
+++ b/Changes	Sun Mar 25 14:33:53 2012 -0500
@@ -2412,3 +2412,5 @@
   especially useful with "cloud" IRC providers like Mibbit and IRCCloud.
 - Add support for account-notify client capability (#4098).  This capability
   can be used to request passive notifications for accountname changes.
+- Change RPL_WHOISREGNICK (307) text to be more clear, especially with the new
+  accountnames support (#3399).
diff -r cc309e25fec9 -r d32300a1d3ef src/s_err.c
--- a/src/s_err.c	Sun Mar 25 14:08:31 2012 -0500
+++ b/src/s_err.c	Sun Mar 25 14:33:53 2012 -0500
@@ -340,7 +340,7 @@
 /* 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 :is identified to services for this nick",
 /* 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.",
