Browse Source

minor changes (new lines)

Mario 8 years ago
parent
commit
4b11da594f
1 changed files with 6 additions and 0 deletions
  1. 6 0
      README.md

+ 6 - 0
README.md View File

@@ -7,11 +7,17 @@ none
7 7
 
8 8
 ### Settings
9 9
 Edit in connect.php
10
+
10 11
 $ircServer = "irc.freenode.net";
12
+
11 13
 $ircPort = "6667";
14
+
12 15
 $ircChannel = "#KERNEL_ULTRAS";
16
+
13 17
 $ircUser = "KU-bot";
18
+
14 19
 $ircNick = "KU-bot";
20
+
15 21
 $ircRealName = "KU-bot";
16 22
 
17 23
 ### Licence