allow toggling groupmate EFF drop bell notificatiosn on/off with 'gs eff <on|off>'
This commit is contained in:
parent
720f9fbefe
commit
2a07972678
@ -128,7 +128,10 @@
|
||||
#variable {group_shields[$name][eff]} {0};
|
||||
/writegroupshieldstofile;
|
||||
|
||||
#showme {\a};
|
||||
#if {"$gs_eff_alerts" == "1"} {
|
||||
#showme {\a};
|
||||
};
|
||||
|
||||
#return @log_line_to_chat{};
|
||||
|
||||
};
|
||||
@ -289,6 +292,26 @@
|
||||
#showme {$gs_displayline};
|
||||
};
|
||||
};
|
||||
#VARIABLE {gs_eff_alerts} {1};
|
||||
#ALIAS {^gs eff on$} {
|
||||
#VARIABLE {gs_eff_alerts} {1};
|
||||
#showme {<acf>[<fff>group<acf>] Group shield EFF bell alerts are <128>ON<acf>.<900>};
|
||||
#showme {<acf>[<fff>group<acf>] Syntax: 'gs eff <on|off>'.<900>};
|
||||
};
|
||||
#ALIAS {^gs eff off$} {
|
||||
#VARIABLE {gs_eff_alerts} {0};
|
||||
#showme {<acf>[<fff>group<acf>] Group shield EFF bell alerts are <118>OFF<acf>.<900>};
|
||||
#showme {<acf>[<fff>group<acf>] Syntax: 'gs eff <on|off>'.<900>};
|
||||
};
|
||||
#ALIAS {^gs eff$} {
|
||||
#IF {"$gs_eff_alerts" == "0"} {
|
||||
#showme {<acf>[<fff>group<acf>] Group shield EFF bell alerts are <118>OFF<acf>.<900>};
|
||||
#showme {<acf>[<fff>group<acf>] Syntax: 'gs eff <on|off>'.<900>};
|
||||
} {
|
||||
#showme {<acf>[<fff>group<acf>] Group shield EFF bell alerts are <128>ON<acf>.<900>};
|
||||
#showme {<acf>[<fff>group<acf>] Syntax: 'gs eff <on|off>'.<900>};
|
||||
};
|
||||
};
|
||||
|
||||
#FORMAT {shieldfile_lastwrite} {%T};
|
||||
#MATH {shieldfile_lastwrite} {$shieldfile_lastwrite - 10};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user