Mario 4b11da594f minor changes (new lines) 10 år sedan
bin/javascript initial commit 10 år sedan
screenshot initial commit 10 år sedan
README.md minor changes (new lines) 10 år sedan
connect.php initial commit 10 år sedan
index.php initial commit 10 år sedan
read_response.php initial commit 10 år sedan
send.php initial commit 10 år sedan

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