mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-19 00:46:35 +02:00
Make little action indicators on each output line configurable.
Also added a new DISCONNECTION line info type. Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
@ -28,6 +28,18 @@ ui = {
|
||||
|
||||
// maximum lines for chat window history
|
||||
history_size=700;
|
||||
|
||||
// Indicator for display when someone connects or joins a group.
|
||||
line_join="-->";
|
||||
|
||||
// Indicator for display when someone disconnects or leaves a group.
|
||||
line_quit="<--";
|
||||
|
||||
// Indicator for alert messages.
|
||||
line_alert="-!-";
|
||||
|
||||
// Indicator for normal messages.
|
||||
line_normal="---";
|
||||
};
|
||||
|
||||
audio = {
|
||||
|
Reference in New Issue
Block a user