Adium

Ticket #1162 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Reported by: dbeckham@dealnews.com Assigned to: nobody
Priority: normal Milestone: Adium X 1.0
Component: Adium Core Version: 0.82
Severity: normal Keywords:
Cc: Patch:
Pending:

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

08/11/2005 04:17:37 PM changed by tick

  • milestone set to Adium X 0.84.

08/11/2005 04:20:05 PM changed 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.

08/11/2005 05:04:39 PM changed by dbeckham-adium@dealnews.com

Can we change this to a possible enhancement then?

08/12/2005 06:37:43 PM changed 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.

08/26/2005 02:07:49 PM changed by tick

  • milestone changed from Adium X 0.85 to Adium X 0.90.

It's an enhancement, so to .90.

08/29/2005 11:16:02 PM changed 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

08/29/2005 11:33:31 PM changed 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