about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 3b08e593..86518bf7 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -456,6 +456,12 @@ ui_roster_remove(const char * const barejid)
 }
 
 void
+ui_contact_already_in_group(const char * const barejid, const char * const group)
+{
+    cons_show("%s already in group %s", barejid, group);
+}
+
+void
 ui_contact_online(const char * const barejid, const char * const resource,
     const char * const show, const char * const status, GDateTime *last_activity)
 {