Fix edge case crash

This commit is contained in:
tj
2010-08-06 23:25:03 +02:00
parent f13d706686
commit 2235f8b8ed
2 changed files with 4 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
package main
import (
"irc"
irc "github.com/thoj/Go-IRC-Client-Library"
"fmt"
"os"
)