diff options
| author | Cerapter <cerap@protonmail.com> | 2018-09-15 03:33:10 +0200 |
|---|---|---|
| committer | Cerapter <cerap@protonmail.com> | 2018-09-15 03:33:10 +0200 |
| commit | d54064d892c26a26641e6ed67412b33d7db3f6c2 (patch) | |
| tree | 81a57a83b1a10477016e640a1353b9b8598d3e41 /courtroom.h | |
| parent | fcd8f5b5abb2329aded120007319d581908c8a69 (diff) | |
Server messages are now coloured differently.
Diffstat (limited to 'courtroom.h')
| -rw-r--r-- | courtroom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/courtroom.h b/courtroom.h index 3e1b2690..341d6dfd 100644 --- a/courtroom.h +++ b/courtroom.h @@ -162,7 +162,7 @@ public: //these are for OOC chat void append_ms_chatmessage(QString f_name, QString f_message); - void append_server_chatmessage(QString p_name, QString p_message); + void append_server_chatmessage(QString p_name, QString p_message, QString p_colour); //these functions handle chatmessages sequentially. //The process itself is very convoluted and merits separate documentation |
