Compare commits
2 Commits
53ba996ec9
...
c38cca3b92
Author | SHA1 | Date | |
---|---|---|---|
c38cca3b92 | |||
aee7540faa |
@ -1,10 +1,10 @@
|
|||||||
xK
|
xK
|
||||||
==
|
==
|
||||||
|
|
||||||
'xK' (chat kit) is an IRC software suite consisting of a daemon, bot, terminal
|
'xK' (chat kit) is an IRC software suite consisting of a daemon, bot, notifier,
|
||||||
client, and web/Windows/macOS frontends for the client. It's all you're ever
|
terminal client, and web/Windows/macOS frontends for the client. It's all
|
||||||
going to need for chatting, so long as you can make do with slightly minimalist
|
you're ever going to need for chatting, so long as you can make do with slightly
|
||||||
software.
|
minimalist software.
|
||||||
|
|
||||||
They're all lean on dependencies, and offer a maximally permissive licence.
|
They're all lean on dependencies, and offer a maximally permissive licence.
|
||||||
|
|
||||||
|
2
liberty
2
liberty
@ -1 +1 @@
|
|||||||
Subproject commit 969a4cfc3ea1c4d7c0327907385fc64906ed5d4c
|
Subproject commit f04cc2c61e1a00db4d1af1bb55ca7e20b9c3db23
|
2
xN/xN.go
2
xN/xN.go
@ -243,7 +243,7 @@ func main() {
|
|||||||
|
|
||||||
flag.Usage = func() {
|
flag.Usage = func() {
|
||||||
f := flag.CommandLine.Output()
|
f := flag.CommandLine.Output()
|
||||||
fmt.Fprintf(f, "Usage: %s URL...\n", os.Args[0])
|
fmt.Fprintf(f, "Usage: %s [OPTION]... URL...\n", os.Args[0])
|
||||||
flag.PrintDefaults()
|
flag.PrintDefaults()
|
||||||
}
|
}
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user