Clarify the "I'm a leaf, define HUB" message.
authorMichael Poole <mdpoole@troilus.org>
Fri, 1 Jun 2012 01:19:37 +0000 (21:19 -0400)
committerMichael Poole <mdpoole@troilus.org>
Fri, 1 Jun 2012 01:22:51 +0000 (21:22 -0400)
ChangeLog
ircd/m_server.c

index 6400d2d815517bb974370b66047b27ebfed02f16..ac1643be6f6d610c081c951378bad89ff27bc1e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-31  Michael Poole <mdpoole@troilus.org>
+
+       * ircd/m_server.c (check_loop_and_lh): Mention the mechanism used
+       to control HUB.
+
 2012-05-09  Michael Poole <mdpoole@troilus.org>
 
        * ircd/s_user.c (set_user_mode): When a user deopers, revoke their
index a38b7b8463625d7f730fbc1507db2d423c75be20..aae44c5092c2a4f1e2274c70871d503c12a701d6 100644 (file)
@@ -429,7 +429,7 @@ check_loop_and_lh(struct Client* cptr, struct Client *sptr, time_t *ghost, const
     else /* I_AM_NOT_HUB */
     {
       ServerStats->is_ref++;
-      return exit_client(cptr, LHcptr, &me, "I'm a leaf, define HUB");
+      return exit_client(cptr, LHcptr, &me, "I'm a leaf, define the HUB feature");
     }
   }