diff options
Diffstat (limited to 'hypervoice.php')
-rwxr-xr-x | hypervoice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervoice.php b/hypervoice.php index 1d802c4..90b29fd 100755 --- a/hypervoice.php +++ b/hypervoice.php @@ -59,7 +59,7 @@ function funcOutput($output, $mode) { } // --- -$ircServer = 'chat.freenode.net'; +$ircServer = 'irc.libera.chat'; $ircPort = '6667'; $botNick = 'hypervoice'; $botChannel = '#hyperbola'; |