Changeset 27 in code for trunk/downstream.go


Ignore:
Timestamp:
Feb 6, 2020, 9:19:31 PM (5 years ago)
Author:
contact
Message:

Forward channel information

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r26 r27  
    7272
    7373        return conn
     74}
     75
     76func (c *downstreamConn) prefix() *irc.Prefix {
     77        return &irc.Prefix{
     78                Name: c.nick,
     79                User: c.username,
     80                // TODO: fill the host?
     81        }
    7482}
    7583
Note: See TracChangeset for help on using the changeset viewer.