From: Michael Poole Date: Fri, 1 Jun 2012 01:19:37 +0000 (-0400) Subject: Clarify the "I'm a leaf, define HUB" message. X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=commitdiff_plain;h=384fa2237ccf0348190d655a6ea4cb8131d05354 Clarify the "I'm a leaf, define HUB" message. --- diff --git a/ChangeLog b/ChangeLog index 6400d2d..ac1643b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-05-31 Michael Poole + + * ircd/m_server.c (check_loop_and_lh): Mention the mechanism used + to control HUB. + 2012-05-09 Michael Poole * ircd/s_user.c (set_user_mode): When a user deopers, revoke their diff --git a/ircd/m_server.c b/ircd/m_server.c index a38b7b8..aae44c5 100644 --- a/ircd/m_server.c +++ b/ircd/m_server.c @@ -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"); } }