Re: [Unreal-users] <user> did a /userhost on you
Status: Beta
Brought to you by:
wildchild
From: The N. (Stskeeps) <cm...@dr...> - 2000-05-06 20:10:41
|
Heya Jonathan Should be able to work with removed (well it will ;)). codemastr: can ya make an unrealircd.conf option on the /userhost message?. If you need more help, you are welcome to ask. --Stskeeps --------------------------------------------------------------------- Carsten V. Munk - The Nightwalker, known on IRC as Stskeeps or techie * ICQ: 16465977 - E-Mail: sts...@ts... * Author of UnrealIRCd (http://unreal.tspre.org) * Technical Admin @ irc.roxnet.org, server admin of irc.fyremoon.net "To understand a program you must become both the machine and the program." ---------------------------------------------------------------------- -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS/CC d- s: a--- C+++ UL P L++ E-- W++ N+ o-- K- w--- O- M V-- PS+ PE- Y+ PGP t+ 5 X R- tv- b+ DI++ D++ G e-- h! r z** ------END GEEK CODE BLOCK------ On Sat, 6 May 2000, Jonathan Morton wrote: > Hi, > I recently became an oper on a server run on UnrealIRCd, running my > usual client, Ircle (Macintosh). Ircle maintains info about users > on-channel rather more aggressively than most, by performing periodic > /userhost commands - this returns away status, oper status and > hostmask info, which may change over time. > > However, fellow opers have started complaining about the frequency of > "*** chromatix did a /userhost on you" messages that appear whenever > I am around, unless they set themselves -W and lose information about > /who and /whois requests done on them. As I can't see any use for > this message, but can see uses for /who and /whois detection, I did a > search through the Unreal code and found the following fragment: > > if (IsWhois(acptr) && IsOper(sptr)) > { > sendto_one(acptr, ":%s NOTICE %s :*** %s did a /userhost on > you.", me.name, sptr->name, sptr->name); > } > > So, if the target is set +W and the _sender_ is opered, this message > is sent to the target? I wonder if that is the correct behaviour, > never mind whether it's needed... > > Any thoughts on my removing this from our copy of Unreal? > > Using version 3.0 Morrigan(fix) - both the main server and my test > machine are running Linux on ix86. > -- > -------------------------------------------------------------- > from: Jonathan "Chromatix" Morton > mail: ch...@cy... (not for attachments) > uni-mail: j.d...@la... > > The key to knowledge is not to rely on people to teach you it. > -------------------------------------------------------------- > Contributing to the VNC Project - http://www.uk.research.att.com/vnc/ > Macintosh VNCserver v3.3.2 beta2.3 now posted at: > http://chromatix.autistics.org/vnc/ > > _______________________________________________ > Unreal-users mailing list > Unr...@li... > http://lists.sourceforge.net/mailman/listinfo/unreal-users > |