[TASK] Added the ProtocolHandlerException

[TASK] Started to implement the IRC-Protocol
This commit is contained in:
Jan Philipp Timme
2010-12-12 21:44:19 +00:00
parent b1a7ac5fdb
commit 03a4dfff71
10 changed files with 365 additions and 14 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ abstract class Client_AbstractClient {
/**
* Will reset the connectionStatus of the client.
* Implementation depends on the client.
* Implementation is optional and depends on the client.
* Should be used to reset internal variables.
* @return void
*/