aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-05-02 00:30:55 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-05-02 00:30:55 +0800
commitf4205e743dac600a40b20cccc87d049f591beda2 (patch)
tree4b5c9727e08d11449e535b6db1c72fee547c09ea /libempathy
parent7281af564d14018e6ebb33bd2febb51228251552 (diff)
downloadgsoc2013-empathy-f4205e743dac600a40b20cccc87d049f591beda2.tar
gsoc2013-empathy-f4205e743dac600a40b20cccc87d049f591beda2.tar.gz
gsoc2013-empathy-f4205e743dac600a40b20cccc87d049f591beda2.tar.bz2
gsoc2013-empathy-f4205e743dac600a40b20cccc87d049f591beda2.tar.lz
gsoc2013-empathy-f4205e743dac600a40b20cccc87d049f591beda2.tar.xz
gsoc2013-empathy-f4205e743dac600a40b20cccc87d049f591beda2.tar.zst
gsoc2013-empathy-f4205e743dac600a40b20cccc87d049f591beda2.zip
[darcs-to-svn @ Handling /say msg and remove useless debug messages]
svn path=/trunk/; revision=19
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/gossip-message.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/gossip-message.c b/libempathy/gossip-message.c
index f4c756dd9..c4844e655 100644
--- a/libempathy/gossip-message.c
+++ b/libempathy/gossip-message.c
@@ -321,6 +321,9 @@ gossip_message_set_body (GossipMessage *message,
type = GOSSIP_MESSAGE_TYPE_ACTION;
body += 4;
}
+ else if (g_str_has_prefix (body, "/say")) {
+ body += 5;
+ }
if (body) {
priv->body = g_strdup (body);