Explorar el Código

added description

Mario hace 8 años
padre
commit
528224c3a6
Se han modificado 1 ficheros con 20 adiciones y 1 borrados
  1. 20 1
      README.md

+ 20 - 1
README.md Ver fichero

@@ -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)