UNPKG

thelounge

Version:

The self-hosted Web IRC client

15 lines (13 loc) 202 B
"use strict"; module.exports = function(mode) { var modes = { "~": "owner", "&": "admin", "!": "admin", "@": "op", "%": "half-op", "+": "voice", "": "normal" }; return modes[mode]; };