Adium

Ticket #1162 (closed enhancement: fixed)

Opened 7 years ago

Last modified 7 years ago

Incoming /me emotes don't work when sent from non-Adium clients.

Reported by: dbeckham@dealnews.com Owned by: nobody
Milestone: Adium X 1.0 Component: Adium Core
Version: 0.82 Severity: normal
Keywords: Cc:
Patch Status:

Description

Incoming /me emotes from non-Adium clients (Gaim and Trillian specifically) do not work. Instead of *User does something*, I see /me does something.

From what I can tell it's not protocol specific as I see the problem in Jabber conversations as well as ICQ conversations.

On the other hand, outgoing /me emotes and emotes from other Adium clients work just fine.

Change History

comment:1 Changed 7 years ago by tick

  • Milestone set to Adium X 0.84

comment:2 Changed 7 years ago by boredzo

Adium's /me is client-side; Adium sends out '*does something*'. other clients (iChat I know; don't know about others) send out '/me does something', and Adium currently does not have any processing for this.

comment:3 Changed 7 years ago by dbeckham-adium@…

Can we change this to a possible enhancement then?

comment:4 Changed 7 years ago by catfish_man

  • Type changed from defect to enhancement

This should be a piece of cake to implement, really. A good first bug for someone wanting to get involved.

comment:5 Changed 7 years ago by tick

  • Milestone changed from Adium X 0.85 to Adium X 0.90

It's an enhancement, so to .90.

comment:6 Changed 7 years ago by catfish_man

  • Status changed from new to closed
  • Resolution set to fixed

(In [13293]) Changing /me to be for display only. This means that a) we now handle incoming /me's, and b) we now send /me as /me instead of * *. This may be a bit controversial. Fixes #1162

comment:7 Changed 7 years ago by catfish_man

(In [13294]) Changing the controversial bit of [13293] on the grounds that everyone on irc hates it. Further changes will not be made kthxbye. References #1162

Note: See TracTickets for help on using tickets.