Mario 4b11da594f minor changes (new lines) пре 8 година
bin/javascript initial commit пре 8 година
screenshot initial commit пре 8 година
README.md minor changes (new lines) пре 8 година
connect.php initial commit пре 8 година
index.php initial commit пре 8 година
read_response.php initial commit пре 8 година
send.php initial commit пре 8 година

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