Add support for /me (ACTION) instead of regular messages
See original GitHub issueIt would be nice if hooks had a configurable option to send messages as /me a.k.a. ACTION instead of regular messages. It would make them distinct from regular users’ messages and make it easier to notice users’ messages between notifico’s messages.
Adding it as CTCP ACTION would be pretty easy, it would just require prepending the message with \x01ACTION
and appending \x01
at the end. I guess this could be done in hook.py.
Supporting the IRCv3 way of the /me command (message intents) would be more complicated, and would require whole IRCv3 feature negotiation, so I guess it’s not worth implementing at the moment.
Issue Analytics
- State:
- Created 9 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Use Messages on your Mac - Apple Support
Use the Messages app to send unlimited messages to any Mac, iPhone, or iPad using ... Or click the Add button and choose...
Read more >Do more with Messages - Google Support
Open the Messages app . · Go to the message you want to set a reminder for. · Tap and hold the message....
Read more >Create custom actions rules in Outlook for Windows
Create custom actions rules in Outlook for Windows · Click the File tab. · In the right pane, click Manage Rules & Alerts....
Read more >Messaging and Email troubleshooting | T-Mobile Support
Read me first · Update your device software to the latest version. · Delete all text threads. · Picture Messaging (MMS): Test sending...
Read more >Messaging - Messenger Platform - Meta for Developers
Keep it short. Consider screen size and scrolling behavior; compact messages are easier for people to follow. Try sending a few separate messages...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Since it’s totally up to the people how they configure their Notifico project I really can’t see the problem. Also worst case would be that messages look slightly different. Really not a big deal.
After v2 is released, if someone wants to revive this as a PR, feel free, but I do not plan on implementing it.