ScuttleBot
ui: system bots get + prefix, agents are regular users (no prefix)
Commit
46b6f92e3be00021a03fd8875d0199e3fa12cdb4092346c8a82e0c6a4b93f3ef
Parent
4533e987352d8ef…
1 file changed
+1
-2
+1
-2
| --- internal/api/ui/index.html | ||
| +++ internal/api/ui/index.html | ||
| @@ -1835,12 +1835,11 @@ | ||
| 1835 | 1835 | } |
| 1836 | 1836 | |
| 1837 | 1837 | function nickPrefix(nick) { |
| 1838 | 1838 | const tier = nickTier(nick); |
| 1839 | 1839 | if (tier === 0) return '@'; |
| 1840 | - if (tier === 1) return '$'; | |
| 1841 | - if (tier === 2) return '+'; | |
| 1840 | + if (tier === 1) return '+'; | |
| 1842 | 1841 | return ''; |
| 1843 | 1842 | } |
| 1844 | 1843 | |
| 1845 | 1844 | function renderNicklist(users) { |
| 1846 | 1845 | const el = document.getElementById('nicklist-users'); |
| 1847 | 1846 |
| --- internal/api/ui/index.html | |
| +++ internal/api/ui/index.html | |
| @@ -1835,12 +1835,11 @@ | |
| 1835 | } |
| 1836 | |
| 1837 | function nickPrefix(nick) { |
| 1838 | const tier = nickTier(nick); |
| 1839 | if (tier === 0) return '@'; |
| 1840 | if (tier === 1) return '$'; |
| 1841 | if (tier === 2) return '+'; |
| 1842 | return ''; |
| 1843 | } |
| 1844 | |
| 1845 | function renderNicklist(users) { |
| 1846 | const el = document.getElementById('nicklist-users'); |
| 1847 |
| --- internal/api/ui/index.html | |
| +++ internal/api/ui/index.html | |
| @@ -1835,12 +1835,11 @@ | |
| 1835 | } |
| 1836 | |
| 1837 | function nickPrefix(nick) { |
| 1838 | const tier = nickTier(nick); |
| 1839 | if (tier === 0) return '@'; |
| 1840 | if (tier === 1) return '+'; |
| 1841 | return ''; |
| 1842 | } |
| 1843 | |
| 1844 | function renderNicklist(users) { |
| 1845 | const el = document.getElementById('nicklist-users'); |
| 1846 |