Fix missing appendServiceCommandSetHelp argument
This commit is contained in:
parent
ce37fcc7c2
commit
67f8773320
@ -79,7 +79,7 @@ func handleServicePRIVMSG(dc *downstreamConn, text string) {
|
|||||||
if cmd.handle == nil {
|
if cmd.handle == nil {
|
||||||
if len(cmd.children) > 0 {
|
if len(cmd.children) > 0 {
|
||||||
var l []string
|
var l []string
|
||||||
appendServiceCommandSetHelp(cmd.children, words, &l)
|
appendServiceCommandSetHelp(cmd.children, words, dc.user.Admin, &l)
|
||||||
sendServicePRIVMSG(dc, "available commands: "+strings.Join(l, ", "))
|
sendServicePRIVMSG(dc, "available commands: "+strings.Join(l, ", "))
|
||||||
} else {
|
} else {
|
||||||
// Pretend the command does not exist if it has neither children nor handler.
|
// Pretend the command does not exist if it has neither children nor handler.
|
||||||
|
Loading…
Reference in New Issue
Block a user