about summary refs log tree commit diff stats
path: root/src/profanity.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/profanity.c')
-rw-r--r--src/profanity.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/profanity.c b/src/profanity.c
index debfa448..a008a88a 100644
--- a/src/profanity.c
+++ b/src/profanity.c
@@ -239,6 +239,14 @@ prof_handle_room_subject(const char * const room_jid, const char * const subject
 }
 
 void
+prof_handle_room_broadcast(const char *const room_jid,
+    const char * const message)
+{
+    win_show_room_broadcast(room_jid, message);
+    win_page_off();
+}
+
+void
 prof_handle_room_roster_complete(const char * const room)
 {
     room_set_roster_received(room);