Changeset 153 in code for trunk/irc.go
- Timestamp:
- Mar 25, 2020, 10:16:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/irc.go
r139 r153 194 194 return nil 195 195 } 196 197 type 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.