diff options
author | André Silva <emulatorman@hyperbola.info> | 2021-08-01 17:41:39 -0300 |
---|---|---|
committer | André Silva <emulatorman@hyperbola.info> | 2021-08-01 17:41:39 -0300 |
commit | eb0d6b7281f666221da66e6e4c41f7a83a04e8a9 (patch) | |
tree | 1571109a76f84053c934ec7977781527ad740351 /hypervoice.php | |
parent | 136db8cc95eed4ddc54319b4ced1cf92d0a1de51 (diff) | |
download | hyperbot-eb0d6b7281f666221da66e6e4c41f7a83a04e8a9.tar.lz hyperbot-eb0d6b7281f666221da66e6e4c41f7a83a04e8a9.tar.xz hyperbot-eb0d6b7281f666221da66e6e4c41f7a83a04e8a9.zip |
Migrate from Freenode to Libera Chat
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'; |