flowdock / oulu

Flowdock IRC Gateway
MIT License
76 stars 16 forks source link

Send /me messages as status updates to Flowdock #8

Closed anttipitkanen closed 12 years ago

doy commented 12 years ago

Could these be sent as normal actions instead? When people in the web client say "/me jumps", it's rendered on the IRC side as "* user jumps", but when people on the IRC client say "/me jumps", it's rendered to other IRC users as "* user changed status to: jumps", which is a bit odd.

mutru commented 12 years ago

@doy Since IRC doesn't have the concept of status updates, and we want to provide that functionality, we went with mapping it to /me. If it becomes a major annoyance, we might change it later.

dylanwh commented 12 years ago

IRC does have a concept similar to status updates:

http://www.irchelp.org/irchelp/rfc/chapter5.html#c5_1

dylanwh commented 12 years ago

Failing that (as that would be global and not specific to a channel) appropriate your own CTCP other than ACTION to perform status updates. Using ACTION is really weird.