mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-05 22:10:11 +00:00
Empty commit
This commit is contained in:
parent
945431834a
commit
5ea2ace425
@ -33,7 +33,7 @@ public function __construct() {
|
|||||||
|
|
||||||
public function connect() {
|
public function connect() {
|
||||||
//Open a socket to the IRC server
|
//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);
|
stream_set_blocking($this->Socket, 0);
|
||||||
|
|
||||||
//create a socket to listen on
|
//create a socket to listen on
|
||||||
|
@ -17,7 +17,7 @@ class TEXT {
|
|||||||
':frown:' => 'frown.gif',
|
':frown:' => 'frown.gif',
|
||||||
'<3' => 'heart.gif',
|
'<3' => 'heart.gif',
|
||||||
':unsure:' => 'hmm.gif',
|
':unsure:' => 'hmm.gif',
|
||||||
':\\' => 'hmm.gif',
|
//':\\' => 'hmm.gif',
|
||||||
':whatlove:' => 'ilu.gif',
|
':whatlove:' => 'ilu.gif',
|
||||||
':lol:' => 'laughing.gif',
|
':lol:' => 'laughing.gif',
|
||||||
':loveflac:' => 'loveflac.gif',
|
':loveflac:' => 'loveflac.gif',
|
||||||
|
@ -572,7 +572,7 @@
|
|||||||
|
|
||||||
This is the information to connect to our server:
|
This is the information to connect to our server:
|
||||||
IRC Server: ".BOT_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.
|
Once you are connected to our server you'll need to join our disabled channel.
|
||||||
Type: /join ".BOT_DISABLED_CHAN."
|
Type: /join ".BOT_DISABLED_CHAN."
|
||||||
|
Loading…
Reference in New Issue
Block a user