mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 09:10:20 +00:00
Merge pull request #445 from TingPing/ulistcolors
Add option to color nicknames in the userlist to match the chat
This commit is contained in:
@@ -26,6 +26,7 @@ void pevent_save (char *fn);
|
||||
int pevt_build_string (const char *input, char **output, int *max_arg);
|
||||
int pevent_load (char *filename);
|
||||
void pevent_make_pntevts (void);
|
||||
int text_color_of (char *name);
|
||||
void text_emit (int index, session *sess, char *a, char *b, char *c, char *d);
|
||||
int text_emit_by_name (char *name, session *sess, char *a, char *b, char *c, char *d);
|
||||
char *text_validate (char **text, int *len);
|
||||
|
||||
Reference in New Issue
Block a user