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