Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 428 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 428 Bytes

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