summary refs log tree commit diff stats
path: root/src/common/text.h
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-03-09 17:57:06 -0500
committerTingPing <tingping@tingping.se>2013-03-09 17:57:06 -0500
commit6bd96564168c66eda4d1b198e62c7bd20549205e (patch)
tree96d8e6b9024b5ea55768bc1aecee6648d22be2d4 /src/common/text.h
parentc76dedd9b9f7a15deaac01783bab2f2da225ebd6 (diff)
Add option to color nicknames in the userlist to match the chat
Diffstat (limited to 'src/common/text.h')
-rw-r--r--src/common/text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/text.h b/src/common/text.h
index ccbae785..e018c769 100644
--- a/src/common/text.h
+++ b/src/common/text.h
@@ -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);
 #ifdef WIN32