(name: string)
| 19 | // addPluginScopeToServers — show just the leaf. Matches the suffix-match |
| 20 | // logic in isServerInChannels. |
| 21 | function displayServerName(name: string): string { |
| 22 | const i = name.lastIndexOf(':'); |
| 23 | return i === -1 ? name : name.slice(i + 1); |
| 24 | } |
| 25 | const TRUNCATE_AT = 60; |
| 26 | export function UserChannelMessage(t0) { |
| 27 | const $ = _c(29); |
no outgoing calls
no test coverage detected