Mario 4b11da594f minor changes (new lines) 8 years ago
bin/javascript initial commit 8 years ago
screenshot initial commit 8 years ago
README.md minor changes (new lines) 8 years ago
connect.php initial commit 8 years ago
index.php initial commit 8 years ago
read_response.php initial commit 8 years ago
send.php initial commit 8 years ago

README.md

php-IRC-js

IRC client (PHP - Javascript)

Dependency

none

Settings

Edit in connect.php

$ircServer = "irc.freenode.net";

$ircPort = "6667";

$ircChannel = "#KERNEL_ULTRAS";

$ircUser = "KU-bot";

$ircNick = "KU-bot";

$ircRealName = "KU-bot";

Licence

GNU GPLv2

php-IRC-js