Dana Dahlstrom dana+70@cs.ucsd.edu wrote:
Do you think the IRC_WHO function (in irc-info.c, at line 651) should always return the "H" flag in RPL_WHOREPLY messages?
No, it shouldn't. Its a Bug. Actually i am quite surprised this didn't came up before (or that i never noticed this... ).
2812 this flag can be either "H" or "G". Unfortunately the RFC doesn't seem to suggest what this means, but I've found some pages that indicate it means "here" or "gone" (depending on the user's away status):
Exactly. I'll fix this.