Changeset 335 in code for trunk/service.go
- Timestamp:
- Jun 10, 2020, 2:34:45 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/service.go
r334 r335 80 80 if len(cmd.children) > 0 { 81 81 var l []string 82 appendServiceCommandSetHelp(cmd.children, words, &l)82 appendServiceCommandSetHelp(cmd.children, words, dc.user.Admin, &l) 83 83 sendServicePRIVMSG(dc, "available commands: "+strings.Join(l, ", ")) 84 84 } else {
Note:
See TracChangeset
for help on using the changeset viewer.