Actions
Feature #3471
closedAdd support for IRCv3 echo-message
Start date:
06/03/2017
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Description
Would be nice if we could get support for echo-message.
znc.in/echo-message
Updated by Per Amundsen over 7 years ago
You can easily add it using a script like this:
raw CAP:*LS*:if (echo-message isin $1-) { .quote CAP REQ :echo-message }
Updated by Per Amundsen over 7 years ago
- Category set to Irc
- Status changed from New to Resolved
- Assignee set to Per Amundsen
I added Options -> Server -> Use echo-message when available for next beta, if enabled, AdiIRC will hide the outgoing message, if there is no echo reply, the message wont be visible.
Actions