mirror of
https://github.com/thelounge/thelounge
synced 2024-11-27 06:20:26 +00:00
Merge pull request #354 from omnicons/master
Add "!" modechar for admin
This commit is contained in:
commit
12760a8bb0
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