Change send_text() to combine command, hook and log arguments into one set of flags
This function is exported to modules, so it requires updating a few modules and rolling the module table version.
This commit is contained in:
@@ -254,7 +254,7 @@ extern Function_ptr *global;
|
||||
#define prepare_command (*(ChannelList *(*)(int *, char *, int))global[PREPARE_COMMAND])
|
||||
#define convert_output_format (*(char *(*)(const char *, const char *, ...))global[CONVERT_OUTPUT_FORMAT])
|
||||
#define userage (*(void (*)(char *, char *))global[USERAGE])
|
||||
#define send_text (*(void (*)(const char *, const char *, char *, int , int ))global[SEND_TEXT])
|
||||
#define send_text (*(void (*)(const char *, const char *, unsigned))global[SEND_TEXT])
|
||||
/* this needs to be worked out. it's passed in the IrcVariable * to _Init */
|
||||
#define load (*(void (*)(char *, char *, char *, char *))global[FUNC_LOAD])
|
||||
#define update_clock (*(char *(*)(int ))global[UPDATE_CLOCK])
|
||||
|
||||
Reference in New Issue
Block a user