View Issue Details

IDProjectCategoryView StatusLast Update
0002434unrealircdpublic2007-04-27 06:07
ReporterInt21h Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionwont fix 
Summary0002434: An idea for /WHOIS command
DescriptionI think it would be good if an user could specify a pattern using the whois command, I mean:

/whois *a -> would make a whois to all "a" ending users
/whois *badword*
/whois *c*h*a*n*s*e*r*v*

I think it could ve useful in some cases :P
3rd party modules

Activities

Stealth

2005-03-20 18:15

reporter   ~0009633

This can be done already with /who.

/who -n *a
/who -n *badword*
/who -n *c*h*a*n*s*e*r*v*

You can even make a script that makes it output the infoemation in a whois-like format:

Nick: Stealth ([email protected])
Real Name: -
Server: irc.moocows.dk (0) Flags: Not away, Registered, IRCop (Hr*)

Int21h

2005-03-20 19:26

reporter   ~0009634

When I do: /who -n *a, I get a who of all users on the net, although they don't match the expr.; the same with the other two WHOs. But that was not what I was thinking. An user can set the +i umode and the command wouldn't have the function that I mean.

For example an user connects to some net and he/she wants to find someone with an subexpr. in his/her nick, because the expr. matches a hobby or whatever... typing /whois *expr* would make a whois to everyone and would have info about him/her, and then maybe could make him/her a query, etc. etc. With a /who there maybe wouldn't be all the users matching it.

Stealth

2005-03-20 19:45

reporter   ~0009635

Oops, those should be +n

/who +n *a
/who +n *badword*
/who +n *c*h*a*n*s*e*r*v*

-> An user can set the +i umode and the command wouldn't have the function that I mean.

If implimented, +i would affect it the same way as it affects /who.

If you have any reason to /whois a wildcard mask, you would be an oper. If you were a regular user, there would be no use except to find someone that has changed their nick so they wouldn't be bugged, or to /whois a broad mask and spam the channels returned.

There simply is no reason for this.

Int21h

2005-03-20 20:34

reporter   ~0009636

In my opinion if someone would use that for spamming or some other bad thing, he/she would use /list command before a /whois *, for example. I really don't think someone would use this for some malicious action; there are a lot of "better" ways of doing this, and although it happened, there are a lot of possible solutions: bans, kills or maybe glines.

Just another thing: "If implimented, +i would affect it the same way as it affects /who."

I see no reason for that; when you whois an user, you get info about that user, although he has +i mode or not.

Well, that's only my opinion, maybe some people will find this useful and some other won't.

Stealth

2005-03-20 20:42

reporter   ~0009637

-> I see no reason for that; when you whois an user, you get info about that user, although he has +i mode or not.

If wildcards are implimented into /whois, +i will be pointless anyway! +i is there to keep users from being found in /who searches. How would +i work if you cant be seen in /who *, but you CAN in /whois *?! (Correct me if I am wrong, but *DUH*)

Int21h

2005-03-20 21:16

reporter   ~0009638

You'll probably know much more than me about the implementation of the commands, I'm talking from an user perspective, so assume I know "nothing" :) I thought /who and /whois commands worked independently, I mean one had something to do with +i mode (/who), and the other hadn't. Well, if you're right it would really be the same effect than a /who and would be uselless... :S so, dunno... it's only an idea... :P

Issue History

Date Modified Username Field Change
2005-03-20 17:42 Int21h New Issue
2005-03-20 18:15 Stealth Note Added: 0009633
2005-03-20 19:26 Int21h Note Added: 0009634
2005-03-20 19:45 Stealth Note Added: 0009635
2005-03-20 20:34 Int21h Note Added: 0009636
2005-03-20 20:42 Stealth Note Added: 0009637
2005-03-20 21:16 Int21h Note Added: 0009638
2007-04-27 06:07 stskeeps Status new => closed
2007-04-27 06:07 stskeeps Resolution open => wont fix