Make the SSL config app-configurable

This commit is contained in:
lye
2012-03-18 17:08:05 -05:00
parent b62f72a746
commit 52c17040d5
2 changed files with 4 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ package irc
import (
"net"
"time"
"crypto/tls"
)
type IRCConnection struct {
@@ -29,6 +30,8 @@ type IRCConnection struct {
VerboseCallbackHandler bool
quitting bool
SSLConfig *tls.Config
}
type IRCEvent struct {