mirror of https://github.com/fluffle/goirc
Merge b91563eccf
into 329a62d7d9
This commit is contained in:
commit
d81596bb5a
|
@ -213,7 +213,7 @@ func (conn *Conn) Config() *Config {
|
||||||
// the tracker, otherwise it is equivalent to conn.cfg.Me.
|
// the tracker, otherwise it is equivalent to conn.cfg.Me.
|
||||||
func (conn *Conn) Me() *state.Nick {
|
func (conn *Conn) Me() *state.Nick {
|
||||||
if conn.st != nil {
|
if conn.st != nil {
|
||||||
conn.cfg.Me = conn.st.Me()
|
return conn.st.Me()
|
||||||
}
|
}
|
||||||
return conn.cfg.Me
|
return conn.cfg.Me
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue