hubot-archive / hubot-tell

Hubot plugin to send a user a message the next time they are present in the room
MIT License
26 stars 15 forks source link

Change feedback response #1

Open lorenzhs opened 9 years ago

lorenzhs commented 9 years ago

Reply with "Ok, sender, will do". Maybe insert an invisible character after the first character of the nickname to prevent a highlight?

therealklanni commented 9 years ago

I believe it will still highlight. You would probably need to insert a non-printing character in the middle of the name. I'm not sure it's worth the effort, if you ask me.

lorenzhs commented 9 years ago

Hm, probably depends on the protocol and client. You might be right about the fiddliness… I know this is somehow possible on IRC, but I have no idea about all the other transports supported by Hubot. It might really be the better idea not to attempt something like that, it's bound to break something somwhere.

lorenzhs commented 9 years ago

Maybe we could randomise from a selection of phrases? Like "will do", "alrighty", "you got it", "no problem", "consider it done", etc?

parkr commented 8 years ago

Maybe we could randomise from a selection of phrases? Like "will do", "alrighty", "you got it", "no problem", "consider it done", etc?

:+1: