Browse Source

added description

Mario 8 years ago
parent
commit
528224c3a6
1 changed files with 20 additions and 1 deletions
  1. 20 1
      README.md

+ 20 - 1
README.md View File

@@ -1 +1,20 @@
1
-# php-IRC-js
1
+# php-IRC-js
2
+
3
+##IRC client (PHP - Javascript)
4
+
5
+### Dependency
6
+none
7
+
8
+### Settings
9
+Edit in connect.php
10
+$ircServer = "irc.freenode.net";
11
+$ircPort = "6667";
12
+$ircChannel = "#KERNEL_ULTRAS";
13
+$ircUser = "KU-bot";
14
+$ircNick = "KU-bot";
15
+$ircRealName = "KU-bot";
16
+
17
+### Licence
18
+[GNU GPLv2](http://www.gnu.org/licenses/gpl-2.0.html)
19
+
20
+![php-IRC-js](screenshots/screenshot.jpg)