Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WHOIS #55

Open
emberian opened this issue Feb 24, 2012 · 1 comment
Open

WHOIS #55

emberian opened this issue Feb 24, 2012 · 1 comment
Labels
Milestone

Comments

@emberian
Copy link

WHOIS is tricky, since all the IRCd's do it differently.
I'm thinking that it follows the general pattern:

WHOIS foobar
:server 3xx mynick foobar <lots of other stuff>
<rinse and repeat>

But the details vary for every single IRCd I've tested. It isn't feasible to parse the entire whois response into a useful, ircd-generic form, so just passing the parameters and having clients/bots deal with the specifics is the best that can be done, I guess. Working on this now.

@gf3
Copy link
Owner

gf3 commented Feb 24, 2012

Sounds good to me! Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants