summaryrefslogtreecommitdiff
path: root/src/irc
AgeCommit message (Collapse)Author
2017-08-18Attempts to deal with timeouts.Nathanael Sensfelder
libircclient does not seem to detect any issue when the connection has been dropped due to external causes. I added a test (getting the current channel topic)that should trigger if 5min go by without anything happening, hopefully this will cause libircclient to detect the connection problem, if not, implement a timeout from the lack of replies concerning the topic should not be too hard.
2017-04-28Fixes issue with options, username vs nick.Nathanael Sensfelder
2017-04-28Got the thing to work.Nathanael Sensfelder
2017-04-22Initial Commit.Nathanael Sensfelder