diff options
Diffstat (limited to 'libempathy-gtk/empathy-theme-adium.c')
-rw-r--r-- | libempathy-gtk/empathy-theme-adium.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c index 98df46b79..b77d1cf8b 100644 --- a/libempathy-gtk/empathy-theme-adium.c +++ b/libempathy-gtk/empathy-theme-adium.c @@ -600,6 +600,12 @@ theme_adium_append_html (EmpathyThemeAdium *theme, * local alias instead. */ replace = name; + } else if (theme_adium_match (&cur, "%senderPrefix%")) { + /* FIXME: If we supported IRC user mode flags, this + * would be replaced with @ if the user is an op, + if + * the user has voice, etc. as per + * http://hg.adium.im/adium/rev/b586b027de42. But we + * don't, so for now we just strip it. */ } else if (theme_adium_match_with_format (&cur, "%textbackgroundcolor{", &format)) { /* FIXME: This keyword is used to represent the * highlight background color. "X" is the opacity of the |