Empty commit

This commit is contained in:
Git 2012-03-23 08:00:24 +00:00
parent 945431834a
commit 5ea2ace425
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ public function __construct() {
public function connect() {
//Open a socket to the IRC server
$this->Socket = fsockopen(BOT_SERVER, BOT_PORT);
$this->Socket = fsockopen('ssl://'.BOT_SERVER, BOT_PORT_SSL);
stream_set_blocking($this->Socket, 0);
//create a socket to listen on

View File

@ -17,7 +17,7 @@ class TEXT {
':frown:' => 'frown.gif',
'<3' => 'heart.gif',
':unsure:' => 'hmm.gif',
':\\' => 'hmm.gif',
//':\\' => 'hmm.gif',
':whatlove:' => 'ilu.gif',
':lol:' => 'laughing.gif',
':loveflac:' => 'loveflac.gif',

View File

@ -572,7 +572,7 @@
This is the information to connect to our server:
IRC Server: ".BOT_SERVER."
Port: ".BOT_PORT." (6697 SSL)
Port: ".BOT_PORT." (".BOT_PORT_SSL." SSL)
Once you are connected to our server you'll need to join our disabled channel.
Type: /join ".BOT_DISABLED_CHAN."