1
0
Fork
You've already forked mub
0
A minimalist CLI IRC client in Go
  • Go 100%
2019年07月07日 13:33:22 +02:00
.gitignore Add intellij project files to .gitignore 2015年10月24日 19:44:07 +02:00
go.mod go.mod 2019年07月07日 13:25:29 +02:00
go.sum go.mod 2019年07月07日 13:25:29 +02:00
LICENSE Add license. 2018年10月08日 17:17:22 +02:00
main.go Rename 2019年07月07日 13:33:22 +02:00
msg.go Connect to server mentioned in config file. 2017年03月09日 20:23:39 +01:00
mub.yaml.sample Commented configuration file 2019年07月07日 13:28:07 +02:00
README.md Commented configuration file 2019年07月07日 13:28:07 +02:00
ui.go Don't persist command history! If readline's HistoryFile is set to "" 2017年03月09日 22:41:33 +01:00

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.