This commit is contained in:
StalkR 2017-01-26 17:11:07 +00:00 committed by GitHub
commit d81596bb5a
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ func (conn *Conn) Config() *Config {
// the tracker, otherwise it is equivalent to conn.cfg.Me.
func (conn *Conn) Me() *state.Nick {
if conn.st != nil {
conn.cfg.Me = conn.st.Me()
return conn.st.Me()
}
return conn.cfg.Me
}