diff options
Diffstat (limited to 'xS')
-rw-r--r-- | xS/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3290,7 +3290,7 @@ func main() { } if flag.NArg() > 0 { flag.Usage() - os.Exit(1) + os.Exit(2) } config = make(simpleConfig) |
index : xK | ||
IRC daemon, bot, TUI client and its web frontend | Přemysl Eric Janouch <p@janouch.name> |
summaryrefslogtreecommitdiff |
-rw-r--r-- | xS/main.go | 2 |
@@ -3290,7 +3290,7 @@ func main() { } if flag.NArg() > 0 { flag.Usage() - os.Exit(1) + os.Exit(2) } config = make(simpleConfig) |