Changeset 335 in code for trunk/service.go


Ignore:
Timestamp:
Jun 10, 2020, 2:34:45 PM (5 years ago)
Author:
contact
Message:

Fix missing appendServiceCommandSetHelp argument

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/service.go

    r334 r335  
    8080                if len(cmd.children) > 0 {
    8181                        var l []string
    82                         appendServiceCommandSetHelp(cmd.children, words, &l)
     82                        appendServiceCommandSetHelp(cmd.children, words, dc.user.Admin, &l)
    8383                        sendServicePRIVMSG(dc, "available commands: "+strings.Join(l, ", "))
    8484                } else {
Note: See TracChangeset for help on using the changeset viewer.