add data structures for decoding mode messages

This commit is contained in:
Jeremy Latt
2014-02-08 14:20:23 -08:00
parent b9cb539219
commit 3f9495cda0
4 changed files with 75 additions and 10 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
)
func main() {
name := flag.String("name", "localhost", "A name for the server")
name := flag.String("name", "ergonomadic", "A name for the server")
listen := flag.String("listen", ":6667", "interface to listen on")
flag.BoolVar(&irc.DEBUG_NET, "dnet", false, "debug net")
flag.BoolVar(&irc.DEBUG_CLIENT, "dclient", false, "debug client")