summaryrefslogtreecommitdiff
path: root/completions.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui: add commands completionKalyan Sriram2022-02-101-0/+30
|
* Support for soju.im/bouncer-networksHubert Hirtz2021-10-241-7/+12
| | | | | | | | | | | | | | | This patch also disable the highlight on reconnect. This might be an issue (the user would want to know when senpai is online again?), but with multiple connections, it's bothersome to have to unread all of them on start (it wasn't a problem with only one connection since it was read instantly). Now, lastbuffer.txt also contains the network ID, otherwise the user might end up on another buffer with the same name. This patch does not extend /r to support multiple networks (it will send the message to the latest query, whatever the current displayed network is).
* Add completion for /msgHubert Hirtz2020-11-191-0/+38
|
* /topic completionHubert Hirtz2020-11-131-0/+73