Changeset 153 in code for trunk/irc.go


Ignore:
Timestamp:
Mar 25, 2020, 10:16:53 PM (5 years ago)
Author:
delthas
Message:

Add upstream batch capability support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/irc.go

    r139 r153  
    194194        return nil
    195195}
     196
     197type batch struct {
     198        Type   string
     199        Params []string
     200        Outer  *batch // if not-nil, this batch is nested in Outer
     201}
Note: See TracChangeset for help on using the changeset viewer.