Fix javadoc problems.
[xudocci.git] / src / main / java / net / pterodactylus / irc / Connection.java
2013-04-08 David ‘Bombe’ RodenFix javadoc problems.
2013-04-08 David ‘Bombe’ RodenRemove unnecessary variable.
2013-04-08 David ‘Bombe’ RodenMake joinChannel() method asynchronous.
2013-04-08 David ‘Bombe’ RodenUse logger instead of System.out.
2013-04-07 David ‘Bombe’ RodenFire events for private and channel messages.
2013-04-07 David ‘Bombe’ RodenParse channel types from 005 reply.
2013-04-07 David ‘Bombe’ RodenAdd basic IRC framework.