-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Comments
I can confirm this behaviour on the current version of spacemacs. Any idea on what is causing this? |
I also just noticed that I am unable to see github bot messages on Freenode if I have |
I also just reproduced on develop (bb013ef). Adding the following to (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. |
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! |
I am still seeing this issue on current develop (e0aee15). |
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! |
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. |
System Info
(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 eitherirc.freenode.net
orirc.mozilla.org
, port6697
, whatever username, whatever password (or none).Once you connect,
/query nickserv
, a new buffer should open. simply typinghelp
should havenickserv
respond to you with its options. I receive no messages.Oddly enough, if I
(erc-services-mode -1)
in mydotspacemacs/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 fromnickserv
.I'm unsure as to what is happening, but if I start up emacs without a config (
emacs -Q
), enableerc-services-mode
and try to talk tonickserv
, it works perfectly fine.The text was updated successfully, but these errors were encountered: