mirror of https://github.com/fluffle/goirc
Merge branch 'master' into go1
This commit is contained in:
commit
c7809b90e4
|
@ -65,7 +65,7 @@ type Conn struct {
|
||||||
// that you can add event handlers to it. See AddHandler() for details.
|
// that you can add event handlers to it. See AddHandler() for details.
|
||||||
func SimpleClient(nick string, args ...string) *Conn {
|
func SimpleClient(nick string, args ...string) *Conn {
|
||||||
r := event.NewRegistry()
|
r := event.NewRegistry()
|
||||||
l := logging.NewFromFlags()
|
l := logging.DefaultLogger
|
||||||
ident := "goirc"
|
ident := "goirc"
|
||||||
name := "Powered by GoIRC"
|
name := "Powered by GoIRC"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue