-
Notifications
You must be signed in to change notification settings - Fork 55
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
PRIVMSG NickServ
messages are not echoed
#441
Comments
PRIVMSG NickServ
does not echo messagesPRIVMSG NickServ
messages are not echoed
Someone reported something similar on hackint. It echo-message doesn't work there if a user on a solanum server messages a user on charybdis. This might as well an atheme bug. |
The consistent approach would be to generate an ECHO message back when the next server to send the PRIVMSG or NOTICE to does not support the ECHO capab. This would make servers without ECHO capab work as well as possible and justifies the existence of the capab. |
There's also the problem of remote servers not knowing about what capabilities a client has enabled. |
The current code handles that by unconditionally sending back an ECHO message server-to-server and checking client capabilities only for a local client. This works, but the server-to-server ECHO messages are a bit wasteful. |
however,
PRIVMSG
to regular users does show an echo:The text was updated successfully, but these errors were encountered: