Feature #864
auto-reply when away
Status: | New | Start: | 08/09/2013 | |
Priority: | Normal | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 0% |
|
Category: | Engine | |||
Target version: | TBD | |||
Complexity: | Low |
|||
Votes: | 1 (View) |
Description
This is a fairly typical feature for IM clients, and shouldn't be too hard to implement.
History
Updated by Infinity Zero 4121 days ago
Apologies, this already exists. But apparently there is no way to customise the auto-reply message, so please use this bug for that purpose. (I can't edit the title, it seems.)
Updated by Infinity Zero 4121 days ago
Actually, the current feature only issues an auto-reply when contacted via private message. It ought to be extended to send a private auto-reply when someone else addresses me in a public channel, too.
Updated by Mirco Bauer 4033 days ago
This is a good candidate for a hook. But the hooks need to know the presence of the protocol manager or session, else it can't react to away-only.
Updated by Mirco Bauer 3974 days ago
- Category set to Engine
- Assigned to set to Mirco Bauer
- Target version set to 0.11
- Complexity set to Low
Updated by Mirco Bauer 3974 days ago
As of cce2df80fb91737f84d59eac0ea42735fc18fdda there is now PROTOCOL_MANAGER_PRESENCE_STATUS which can be used to write an auto reply hook.
Updated by Mirco Bauer 3937 days ago
- Target version changed from 0.11 to TBD
Updated by Mirco Bauer 3712 days ago
This could be done similar to the away-nick hook, see:
https://github.com/meebey/smuxi-hooks/blob/master/away-nick/engine/protocol-manager/on-presence-status-changed/away-nick.sh