Changeset 72 in code for trunk/upstream.go


Ignore:
Timestamp:
Mar 3, 2020, 2:33:21 PM (5 years ago)
Author:
contact
Message:

Remove upstream prefix for outgoing MODE and PRIVMSG

We shouldn't set the prefix when sending these commands.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upstream.go

    r69 r72  
    9090
    9191        return uc, nil
    92 }
    93 
    94 func (uc *upstreamConn) prefix() *irc.Prefix {
    95         return &irc.Prefix{
    96                 Name: uc.nick,
    97                 User: uc.upstream.Username,
    98                 // TODO: fill the host?
    99         }
    10092}
    10193
Note: See TracChangeset for help on using the changeset viewer.