From 5832fa369b69683b862891eab9d071868bdc184c Mon Sep 17 00:00:00 2001 From: jilles Date: Wed, 30 May 2007 03:22:25 -0700 Subject: [PATCH] [svn] Tweak some comments in sno_whois extension. --- ChangeLog | 9 +++++++++ extensions/sno_whois.c | 8 ++++---- include/serno.h | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index ad419bf..7f7edf9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +jilles 2007/05/30 10:22:01 UTC (20070530-3496) + Log: + Tweak NEWS a little. + + + Changes: Modified: + +3 -6 trunk/NEWS (File Modified) + + jilles 2007/05/27 13:07:27 UTC (20070527-3494) Log: - allow JOIN 0 from remotes diff --git a/extensions/sno_whois.c b/extensions/sno_whois.c index 1b9c410..d02c6f6 100644 --- a/extensions/sno_whois.c +++ b/extensions/sno_whois.c @@ -2,9 +2,10 @@ * +W snomask: Displays if a local user has done a WHOIS request on you. * derived from spy_whois_notice.c. * - * If #define OPERONLY is removed, then any user can use this snomask. + * If #define OPERONLY is removed, then any user can use this snomask + * (you need to put ~servnotice in oper_only_umodes for this to work). * - * $Id: sno_whois.c 3470 2007-05-24 04:01:12Z nenolod $ + * $Id: sno_whois.c 3498 2007-05-30 10:22:25Z jilles $ */ #include "stdinc.h" @@ -39,7 +40,7 @@ fini(void) snomask_modes['W'] = find_snomask_slot(); } -DECLARE_MODULE_AV1(sno_whois, init, fini, NULL, NULL, whois_hfnlist, "$Revision: 3470 $"); +DECLARE_MODULE_AV1(sno_whois, init, fini, NULL, NULL, whois_hfnlist, "$Revision: 3498 $"); void show_whois(hook_data_client *data) @@ -47,7 +48,6 @@ show_whois(hook_data_client *data) struct Client *source_p = data->client; struct Client *target_p = data->target; - /* source being MyConnect() is implicit here from m_whois.c --fl */ if(MyClient(target_p) && #ifdef OPERONLY IsOper(target_p) && diff --git a/include/serno.h b/include/serno.h index a66b83d..89e5f38 100644 --- a/include/serno.h +++ b/include/serno.h @@ -1 +1 @@ -#define SERNO "20070527-3494" +#define SERNO "20070530-3496"