Remove legacy msg.nick
This commit is contained in:
parent
694c54a6bc
commit
fde459c3ff
16 changed files with 49 additions and 55 deletions
|
|
@ -21,7 +21,7 @@ def cmd_choice(msg):
|
|||
|
||||
return Response(random.choice(msg.args),
|
||||
channel=msg.channel,
|
||||
nick=msg.nick)
|
||||
nick=msg.frm)
|
||||
|
||||
|
||||
@hook.command("choicecmd")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue