mirror of
https://github.com/fluffle/goirc
synced 2025-06-07 15:23:20 +00:00
Merge b91563eccf
into 329a62d7d9
This commit is contained in:
commit
d81596bb5a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue