about summary refs log tree commit diff stats
path: root/src/plugins/profapi.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-04-15 22:24:50 +0100
committerJames Booth <boothj5@gmail.com>2016-04-15 22:24:50 +0100
commitd90c47f28761b7535dcdced0212c22b6a25d3b1d (patch)
tree2415757cb1ef27740dc911db02181953738778be /src/plugins/profapi.h
parentb3a3351a350e60355f070c353cfbdcbaf5a66f05 (diff)
downloadprofani-tty-d90c47f28761b7535dcdced0212c22b6a25d3b1d.tar.gz
Plugins: Added more muc hooks
Diffstat (limited to 'src/plugins/profapi.h')
-rw-r--r--src/plugins/profapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/profapi.h b/src/plugins/profapi.h
index 043a1548..7d0ed6e5 100644
--- a/src/plugins/profapi.h
+++ b/src/plugins/profapi.h
@@ -59,6 +59,8 @@ void (*prof_send_line)(char *line);
 char* (*prof_get_current_recipient)(void);
 char* (*prof_get_current_muc)(void);
 int (*prof_current_win_is_console)(void);
+char* (*prof_get_current_nick)(void);
+char** (*prof_get_current_occupants)(void);
 
 void (*prof_log_debug)(const char *message);
 void (*prof_log_info)(const char *message);