emacs-circe / circe

Circe, a Client for IRC in Emacs
GNU General Public License v3.0
391 stars 51 forks source link

Error running event "irc.registered" #352

Open ChrisBuchholz opened 5 years ago

ChrisBuchholz commented 5 years ago

Whenever I launch circe and connect to the bouncer servers I have set up, I get the following error:

Error running event "irc.registered" handler irc-handle-auto-join--registered: (error "Argument must be a string") (args were (#<process bnc.irccloud.com<1>> "irc.registered" "xxx"))

However, everything seems to work fine. But the error message persists.

The way I connect to servers is with the following template:

        ("IRCCloud xxx"
         :host "bnc.irccloud.com"
         :server-buffer-name "xxx"
         :port 6697
         :tls t
         :nick "xxx"
         :pass "xxx" 
         :channels ("#xxx", ...))

Any idea what it is?