partially-working sqlite-based usermasks

This commit is contained in:
Jeremy Latt
2014-03-06 11:56:32 -08:00
parent 832a5e1e19
commit 69cdad45ac
6 changed files with 200 additions and 89 deletions
+1
View File
@@ -45,5 +45,6 @@ func main() {
irc.DEBUG_CHANNEL = config.Debug.Channel
irc.DEBUG_SERVER = config.Debug.Server
log.Println(irc.SEM_VER, "running")
irc.NewServer(config).Run()
}