[TASK] Added the ProtocolHandlerException
[TASK] Started to implement the IRC-Protocol
This commit is contained in:
@@ -15,9 +15,9 @@ $freenode->setReconnect(TRUE);
|
||||
|
||||
$freenode = $clientManager->createTcpConnection("freenode", "irc");
|
||||
$clientManager->attachConfig(array(
|
||||
"nick" => "Testinstanz2",
|
||||
"nick" => "Pb42",
|
||||
"userident" => "uzuguck",
|
||||
"channels" => array("#mstasty")
|
||||
"channels" => array("#mstasty", "#starsim")
|
||||
), $freenode);
|
||||
$freenode->connect("irc.freenode.net", 6667);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user