Skip to content

Commit 7adf117

Browse files
committed
Update IPV4 address hack
1 parent 605a076 commit 7adf117

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Whateverable.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ method selfrun($nick is copy, @alias?) {
218218
:password(?%*ENV<TESTABLE> ?? !! $CONFIG<irc><login password>.join: :)
219219
:@alias
220220
# IPv4 address of irc.libera.chat is hardcoded so that we can double the limit ↓
221-
:host(%*ENV<TESTABLE> ?? 127.0.0.1 !! <irc.libera.chat 130.185.232.126>.pick)
221+
:host(%*ENV<TESTABLE> ?? 127.0.0.1 !! <irc.libera.chat 93.158.237.2>.pick)
222222
:port(%*ENV<TESTABLE> ?? %*ENV<TESTABLE_PORT> !! 6667)
223223
:channels(%*ENV<DEBUGGABLE>
224224
?? $CONFIG<cave>

0 commit comments

Comments
 (0)