Changeset 27 in code for trunk/downstream.go
- Timestamp:
- Feb 6, 2020, 9:19:31 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/downstream.go
r26 r27 72 72 73 73 return conn 74 } 75 76 func (c *downstreamConn) prefix() *irc.Prefix { 77 return &irc.Prefix{ 78 Name: c.nick, 79 User: c.username, 80 // TODO: fill the host? 81 } 74 82 } 75 83
Note:
See TracChangeset
for help on using the changeset viewer.