Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERC Unable to communicate with services #4971

Closed
ankhers opened this issue Feb 5, 2016 · 7 comments
Closed

ERC Unable to communicate with services #4971

ankhers opened this issue Feb 5, 2016 · 7 comments
Labels
IRC Question stale marked as a stale issue/pr (usually by a bot)

Comments

@ankhers
Copy link

ankhers commented Feb 5, 2016

System Info

  • OS: darwin
  • Emacs: 24.5.1
  • Spacemacs: 0.105.9
  • Spacemacs branch: master (rev. 0562f05)
  • Distribution: spacemacs
  • Editing style: vim
  • Completion: helm
  • Layers:
(erc)

I have disabled all layers but erc for testing this. I also tested for this issue on the develop branch.

When using ERC, I seem to be unable to communicate with any of the services within freenode and mozilla (nickserv, chanserv, etc).

To reproduce, enable the erc layer, SPC a i E use either irc.freenode.net or irc.mozilla.org, port 6697, whatever username, whatever password (or none).

Once you connect, /query nickserv, a new buffer should open. simply typing help should have nickserv respond to you with its options. I receive no messages.

Oddly enough, if I (erc-services-mode -1) in my dotspacemacs/userconfig, I am still unable to speak with the services.

However, if I edit the erc layer and remove (erc-services-mode 1), restart emacs, I actually get a response from nickserv.

I'm unsure as to what is happening, but if I start up emacs without a config (emacs -Q), enable erc-services-mode and try to talk to nickserv, it works perfectly fine.

@jellelicht
Copy link
Contributor

jellelicht commented Jan 20, 2017

I can confirm this behaviour on the current version of spacemacs. Any idea on what is causing this?

@ankhers
Copy link
Author

ankhers commented Jun 7, 2017

I also just noticed that I am unable to see github bot messages on Freenode if I have (erc-services-mode 1) in the erc config.

@mwillsey
Copy link
Contributor

I also just reproduced on develop (bb013ef). Adding the following to dotspacemacs/user-config fixed it for me:

(defun erc-services-mode (num))

This just prevents the layer from loading the mode without having to copy it into a private layer and edit it.

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Feb 29, 2020
@ankhers
Copy link
Author

ankhers commented Mar 4, 2020

I am still seeing this issue on current develop (e0aee15).

@duianto duianto removed the stale marked as a stale issue/pr (usually by a bot) label Mar 15, 2020
@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Mar 15, 2021
@ankhers
Copy link
Author

ankhers commented Mar 15, 2021

I'm closing this because it will be closed anyways and I no longer use spacemacs. At this point, if someone else cares about this, it may be better to open a new ticket and reference this one.

@ankhers ankhers closed this as completed Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IRC Question stale marked as a stale issue/pr (usually by a bot)
Projects
None yet
Development

No branches or pull requests

5 participants