Fixed the patch.Changed to proper values in db.sql.

This commit is contained in:
DariusIII
2014-04-21 22:17:08 +02:00
parent 4560bebafc
commit b486b6add4
17 changed files with 406 additions and 6233 deletions
+4 -1
View File
@@ -10,6 +10,7 @@ define('SCRAPE_IRC_EFNET_NICKNAME', "$username"); // Nick name (this is the nick
define('SCRAPE_IRC_EFNET_REALNAME', "$username"); // This is a name that people see in /whois, you can set this to your nickname.
define('SCRAPE_IRC_EFNET_USERNAME', "$username"); // This is part of your hostname, you can set this the same as nickname. This is also used to log in to ZNC.
define('SCRAPE_IRC_EFNET_PASSWORD', false); // This is used for bouncers like ZNC, set this false or '' if you don't have a bouncer.
define('SCRAPE_IRC_EFNET_ENCRYPTION', false); // Set to true to use TLS encryption (make sure you change the port to a SSL one).
// List of ignored channels, separated by commas. ie '#alt.binaries.teevee,#alt.binaries.moovee' for a single channel : '#alt.binaries.teevee'
define('SCRAPE_IRC_EFNET_IGNORED_CHANNELS', '');
@@ -22,6 +23,7 @@ define('SCRAPE_IRC_CORRUPT_NICKNAME', "$username");
define('SCRAPE_IRC_CORRUPT_REALNAME', "$username");
define('SCRAPE_IRC_CORRUPT_USERNAME', "$username");
define('SCRAPE_IRC_CORRUPT_PASSWORD', false);
define('SCRAPE_IRC_CORRUPT_ENCRYPTION', false);
// Zenet server details.
define('SCRAPE_IRC_ZENET_SERVER', 'irc.zenet.org');
@@ -29,4 +31,5 @@ define('SCRAPE_IRC_ZENET_PORT', '6667');
define('SCRAPE_IRC_ZENET_NICKNAME', "$username");
define('SCRAPE_IRC_ZENET_REALNAME', "$username");
define('SCRAPE_IRC_ZENET_USERNAME', "$username");
define('SCRAPE_IRC_ZENET_PASSWORD', false);
define('SCRAPE_IRC_ZENET_PASSWORD', false);
define('SCRAPE_IRC_ZENET_ENCRYPTION', false);