khlieng / dispatch

Web-based IRC client in Go.
https://dispatch.khlieng.com
MIT License
642 stars 30 forks source link

Channels can also start with a & #95

Closed dougluce closed 2 years ago

dougluce commented 3 years ago

The & signifies server-local channels. https://irc.net uses Bitlbee which gives the user a command interface via just such a server-local channel.

Remove trimPrefixChar given that it is used in exactly one place and has a terse native replacement.