This commit is contained in:
Thomas Jager 2012-11-11 10:51:02 +01:00
parent c67bd5be47
commit 588a268192

View File

@ -26,7 +26,7 @@ func TestConnection(t *testing.T) {
func TestConnectionSSL(t *testing.T) {
irccon := IRC("go-eventirc", "go-eventirc")
irccon.VerboseCallbackHandler = true
irccon.UseSSL = true
irccon.UseTLS = true
err := irccon.Connect("irc.freenode.net:7000")
if err != nil {
t.Fatal("Can't connect to freenode.")