View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003336 | unreal | ircd | public | 2007-05-13 02:28 | 2007-05-16 03:43 |
Reporter | craftsman | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Platform | i386 | OS | freeBSD | OS Version | 6.2 |
Product Version | 3.2.7 | ||||
Summary | 0003336: Mode +W | ||||
Description | mode +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 { } | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
So, you want normal users to see when other normal users /whois them? |
|
This is not a viable way to do things, also this bug report is imprecise. |
|
There is also a module that does this already. |
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 |
|
Note Added: 0014110 | |
2007-05-13 07:47 |
|
Status | new => feedback |
2007-05-13 07:47 |
|
Relationship added | child of 0003331 |
2007-05-13 11:40 | Stealth | Note Added: 0014116 | |
2007-05-16 03:43 |
|
Status | feedback => closed |
2007-05-16 03:43 |
|
Resolution | open => no change required |