mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-30 22:17:13 +02:00
Implement methods to send messages with style formatting in the IRC module. Should close #7
Also remove duplicate code in raw squirrel functions by merging it into one function.
This commit is contained in:
@ -1490,7 +1490,7 @@ char * irc_color_convert_from_mirc (const char * message);
|
||||
* \sa irc_color_strip_from_mirc irc_color_convert_from_mirc
|
||||
* \ingroup colors
|
||||
*/
|
||||
char * irc_color_convert_to_mirc (const char * message);
|
||||
char * irc_color_convert_to_mirc (const char * message, void * (*memory_allocator)(size_t));
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user