Add regexes for commands.

This commit is contained in:
Jeremy Latt
2012-04-07 23:32:08 -07:00
parent a427e2bb47
commit faece3e7f8
5 changed files with 202 additions and 75 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
package main
// http://tools.ietf.org/html/rfc1459
// http://tools.ietf.org/html/rfc2812
import (
"irc"
@@ -7,5 +7,5 @@ import (
func main() {
server := irc.NewServer()
server.Listen(":6697")
server.Listen(":6667")
}