mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-26 05:49:25 +01:00
v1.4
This commit is contained in:
parent
6403e79a5b
commit
bffad06a26
@ -15,6 +15,8 @@ func usage() {
|
||||
fmt.Fprintln(os.Stderr, " initdb -conf <config> -- initialize database")
|
||||
fmt.Fprintln(os.Stderr, " upgrade -conf <config> -- upgrade database")
|
||||
fmt.Fprintln(os.Stderr, " genpasswd <password> -- bcrypt a password")
|
||||
fmt.Fprintln(os.Stderr)
|
||||
fmt.Fprintln(os.Stderr, "software version:", irc.SEM_VER)
|
||||
flag.PrintDefaults()
|
||||
}
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package irc
|
||||
|
||||
const (
|
||||
SEM_VER = "ergonomadic-1.3.1"
|
||||
SEM_VER = "ergonomadic-1.4"
|
||||
CRLF = "\r\n"
|
||||
MAX_REPLY_LEN = 512 - len(CRLF)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user