Search found 4 matches

by petanb
Wed Dec 09, 2015 9:03 am
Forum: Generic support
Topic: How can you most easily detect if user is away
Replies: 5
Views: 2210

Re: How can you most easily detect if user is away

My point is, I am trying to make my irc libraries compatible with most known ircd servers, so I need to have a way to figure out if ircd server support these commands in a first place, that is why I need some documentation for them.
by petanb
Wed Dec 09, 2015 9:01 am
Forum: Generic support
Topic: How can you most easily detect if user is away
Replies: 5
Views: 2210

Re: How can you most easily detect if user is away

That looks cool, unfortunatelly my ircd is unreal 3.2.10.4 and even if it seems to have CAP command, it doesn't contain any help for it, sending raw HELP ?CAP returned: (Wed Dec 9 10:00:14 2015) :hub.tm-irc.org 290 petan : ***** No Help Available ***** (Wed Dec 9 10:00:14 2015) :hub.tm-irc.org 292 p...
by petanb
Tue Dec 08, 2015 12:23 pm
Forum: Generic support
Topic: How can you most easily detect if user is away
Replies: 5
Views: 2210

How can you most easily detect if user is away

I am a developer of 2 irc client libraries, one for C++ and one for C#, and there is one issue I was sort of ignoring for a while but I would like to properly sort it out. Most of IRCD's including unreal which I am myself using, support away mechanisms, where user set themselves away using raw AWAY ...