https://github.com/mchackorg/mub
A minimalist IRC client in Go
https://github.com/mchackorg/mub
console-application golang irc-client
Last synced: 6 months ago
JSON representation
A minimalist IRC client in Go
- Host: GitHub
- URL: https://github.com/mchackorg/mub
- Owner: mchackorg
- License: isc
- Created: 2018-10-08T15:16:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-07T11:36:22.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T17:31:19.557Z (about 2 years ago)
- Topics: console-application, golang, irc-client
- Language: Go
- Size: 48.8 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mub - a minimalist cross-platform IRC client
This is a small, bare-bones IRC client.
It's marginally usable in itself with a readline-like user interface.
If it is started with the -sub flag it can be used to create the core
of an IRC client with a richer user interfaces in front of it,
connected to stdout and stdin.
To connect to a server, use
/tlsconnect server:port nick
or /connect for unencrypted connections.
## Configuration file
There is a sample configuration file with comments in
`mub.yaml.sample`.