reuse const
--HG-- branch : nmdc-ircfrontend
This commit is contained in:
parent
9bde052d9d
commit
962cc8dea0
2
main.go
2
main.go
@ -29,7 +29,7 @@ func main() {
|
||||
|
||||
ircAddress := flag.String("bind", ":6667", "The address:port to bind to and listen for clients on")
|
||||
dcAddress := flag.String("upstream", "127.0.0.1:411", "Upstream NMDC server")
|
||||
serverName := flag.String("servername", "nmdc-ircfrontend", "Server name displayed to clients")
|
||||
serverName := flag.String("servername", APP_NAME, "Server name displayed to clients")
|
||||
hubsec := flag.String("hubsecurity", "Hub-Security", "Nick used for administrative events")
|
||||
verbose := flag.Bool("verbose", false, "Display debugging information")
|
||||
autojoin := flag.Bool("autojoin", true, "Automatically join clients to the channel")
|
||||
|
Loading…
Reference in New Issue
Block a user