View Issue Details

IDProjectCategoryView StatusLast Update
0003336unrealircdpublic2007-05-16 03:43
Reportercraftsman Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionno change required 
Platformi386OSfreeBSDOS Version6.2
Product Version3.2.7 
Summary0003336: Mode +W
Descriptionmode +W for all the users
if you are an irc operator don't send messages of whois to normal users
            if (IsWhois(acptr) && (sptr != acptr))
             if (!IsAnOper(sptr)) {
                                         sendto_one(acptr,
                                         ":%s %s %s :*** %s (%s@%s) did a /whois on you.",
                                         me.name, IsWebTV(acptr) ? "PRIVMSG" : "NOTICE", acptr->name, sptr->name,
                                         sptr->user->username, IsEyes(acptr) ? sptr->user->realhost : GetHost(sptr));
                                } else {

              }
TagsNo tags attached.
3rd party modules

Relationships

child of 0003331 closedsyzop Bug reports due for closing 

Activities

Shining Phoenix

2007-05-13 06:22

reporter   ~0014108

So, you want normal users to see when other normal users /whois them?

stskeeps

2007-05-13 07:47

reporter   ~0014110

This is not a viable way to do things, also this bug report is imprecise.

Stealth

2007-05-13 11:40

reporter   ~0014116

There is also a module that does this already.

Issue History

Date Modified Username Field Change
2007-05-13 02:28 craftsman New Issue
2007-05-13 06:22 Shining Phoenix Note Added: 0014108
2007-05-13 07:47 stskeeps Note Added: 0014110
2007-05-13 07:47 stskeeps Status new => feedback
2007-05-13 07:47 stskeeps Relationship added child of 0003331
2007-05-13 11:40 Stealth Note Added: 0014116
2007-05-16 03:43 stskeeps Status feedback => closed
2007-05-16 03:43 stskeeps Resolution open => no change required