mirror of
https://github.com/Tha14/toxic.git
synced 2026-01-24 15:13:15 +01:00
Add further explanation to the beep_on* options
This also renames beep_on* to bell_on*.
This commit is contained in:
@@ -38,10 +38,10 @@ struct user_settings {
|
||||
int alerts; /* boolean */
|
||||
|
||||
/* boolean (is set to NT_BEEP or 0 after loading) */
|
||||
int beep_on_message;
|
||||
int beep_on_filetrans;
|
||||
int beep_on_filetrans_accept;
|
||||
int beep_on_invite;
|
||||
int bell_on_message;
|
||||
int bell_on_filetrans;
|
||||
int bell_on_filetrans_accept;
|
||||
int bell_on_invite;
|
||||
|
||||
int timestamps; /* boolean */
|
||||
char timestamp_format[TIME_STR_SIZE];
|
||||
|
||||
Reference in New Issue
Block a user