Plugins: Added more muc hooks

This commit is contained in:
James Booth
2016-04-15 22:24:50 +01:00
parent b3a3351a35
commit d90c47f287
7 changed files with 94 additions and 4 deletions

View File

@@ -59,6 +59,8 @@ void (*prof_send_line)(char *line) = NULL;
char* (*prof_get_current_recipient)(void) = NULL;
char* (*prof_get_current_muc)(void) = NULL;
int (*prof_current_win_is_console)(void) = NULL;
char* (*prof_get_current_nick)(void) = NULL;
char** (*prof_get_current_occupants)(void) = NULL;
void (*prof_log_debug)(const char *message) = NULL;
void (*prof_log_info)(const char *message) = NULL;