zD12 / pircbotx

Automatically exported from code.google.com/p/pircbotx
0 stars 0 forks source link

Parse server support information #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
At connect-time, the server sends a batch of information with reply numeric 5 
(RPL_ISUPPORT) to tell a client about what it supports (channel modes, user 
prefixes, extensions etc).

However, at this stage it seems like this information is never parsed, despite 
there being a class for containing the information.

Original issue reported on code.google.com by RayKay...@gmail.com on 6 Jul 2012 at 8:41

GoogleCodeExporter commented 9 years ago
The ServerInfo class fell under the "I'll do it later" category and just never 
got done. 

I will be busy for the next week or two. After that I will finally work on 
implementing that

Original comment by Lord.Qua...@gmail.com on 6 Jul 2012 at 9:46

GoogleCodeExporter commented 9 years ago
I've implemented a lot in other commits but a majority is in  Revision 
843b489e65ef. If you have any more options you would think are useful to parse 
please let me know

Original comment by Lord.Qua...@gmail.com on 12 Aug 2012 at 1:16

GoogleCodeExporter commented 9 years ago
RayKay, this seems to implement what you have requested, I'll mark this as 
fixed for now. If you have any more requests, feel free to open another issue.

Original comment by entityreborn on 2 Jan 2013 at 10:52