Changeset 537 in code for trunk/downstream.go


Ignore:
Timestamp:
May 25, 2021, 2:56:38 PM (4 years ago)
Author:
contact
Message:

Vendor BATCH bouncer-networks type

And add the prefix throughout the spec, to make it clear the unprefixed
version is not to be used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r535 r537  
    10691069                        Prefix:  dc.srv.prefix(),
    10701070                        Command: "BATCH",
    1071                         Params:  []string{"+networks", "bouncer-networks"},
     1071                        Params:  []string{"+networks", "soju.im/bouncer-networks"},
    10721072                })
    10731073                dc.user.forEachNetwork(func(network *network) {
     
    20482048                                Prefix:  dc.srv.prefix(),
    20492049                                Command: "BATCH",
    2050                                 Params:  []string{"+networks", "bouncer-networks"},
     2050                                Params:  []string{"+networks", "soju.im/bouncer-networks"},
    20512051                        })
    20522052                        dc.user.forEachNetwork(func(network *network) {
Note: See TracChangeset for help on using the changeset viewer.