Skip to content

Instantly share code, notes, and snippets.

@melezhik
Created November 3, 2021 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melezhik/a287c22ccb74cb5af87c7022bfefcefb to your computer and use it in GitHub Desktop.
Save melezhik/a287c22ccb74cb5af87c7022bfefcefb to your computer and use it in GitHub Desktop.
MyButterfliable fails to connect
mybf@mybf:~/projects/mybutterflies$ raku irc-bots/butterfliable.raku
◀▬▬ _ Attempting to connect to server
◀▬▬ _ PASS *************
◀▬▬ _ NICK MyButterfliable
◀▬▬ _ USER MyButterfliable MyButterfliable irc.libera.chat :Raku IRC::Client v4.0.0
▬▬▶ _ Connection closed
▬▬▶ _ :calcium.libera.chat NOTICE * *** Checking Ident
▬▬▶ _ :calcium.libera.chat NOTICE * *** Looking up your hostname...
▬▬▶ _ :calcium.libera.chat NOTICE * *** Couldn't look up your hostname
▬▬▶ _ :calcium.libera.chat NOTICE * *** No Ident response
▬▬▶ _ :calcium.libera.chat NOTICE MyButterfliable *** Notice -- SASL authentication to a NickServ account with a verified email address is required to connect from your current network. Please see https://libera.chat/guides/sasl for configuration assistance.
@melezhik
Copy link
Author

melezhik commented Nov 3, 2021

.run with IRC::Client.new:
    :nick<MyButterfliable>
    :username<MyButterfliable>
    :password(%*ENV<LIBERA_SASL_PASSWORD>)
    :host<irc.libera.chat>
    :channels($channel)
    :debug
    :plugins(ButterflyBot.new)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment