mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
Add ! modechar to admin
For the odd network out that uses it!
This commit is contained in:
parent
11465577c0
commit
963cc95388
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ Handlebars.registerHelper(
|
|||
var modes = {
|
||||
"~": "owner",
|
||||
"&": "admin",
|
||||
"!": "admin",
|
||||
"@": "op",
|
||||
"%": "half-op",
|
||||
"+": "voice",
|
||||
|
|
Loading…
Reference in a new issue