Skip to content

Commit

Permalink
Merge pull request #7 from HideUsSaveUs/main
Browse files Browse the repository at this point in the history
给joyPokeMode添加配置值3
  • Loading branch information
lunzhiPenxil authored Jul 14, 2022
2 parents f8220b2 + 8329ece commit 1c207da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OlivaDiceJoy/msgReply.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ def poke_rd_func(plugin_event, type):
res = poke_rd(plugin_event, type)
elif flag_need == 2:
res = poke_jrrp(plugin_event, type)
elif flag_need == 3:
res = ""
else:
res = target_func(plugin_event, type)
return res
Expand Down

0 comments on commit 1c207da

Please sign in to comment.