From f968f34f4b36af5d587dd4169c7476a4a264d450 Mon Sep 17 00:00:00 2001 From: JD Horelick Date: Wed, 31 Mar 2010 02:16:00 -0400 Subject: [PATCH] Update comment for me_svsjoin explaining the sort of morality of it. --- modules/core/m_join.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/core/m_join.c b/modules/core/m_join.c index d411995..a0ce3a9 100644 --- a/modules/core/m_join.c +++ b/modules/core/m_join.c @@ -96,6 +96,10 @@ m_join(struct Client *client_p, struct Client *source_p, int parc, const char *p * me_svsjoin - small function to allow services to forcejoin clients, mainly for ns_ajoin * parv[1] = user to act on (join to a channel) * parv[2] = channel + * This does allow opers to "forcejoin" users to channels with operserv/raw or by writing a + * custom module (where they can make it not log anything), but the former bitches that it's + * being used and the latter...Can probably be done anyway with enough hackyness if this + * command didn't exist so it's not all that bad. */ static int me_svsjoin(struct Client *client_p, struct Client *source_p, int parc, const char *parv[])