mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +00:00
Empty commit
This commit is contained in:
parent
945431834a
commit
5ea2ace425
@ -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
|
||||
|
@ -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',
|
||||
|
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user