GreenWall

GreenWall

1M Downloads

Reload request not being processed

mrogaski opened this issue ยท 0 comments

commented

From Ashayo:

The problem with the reload code appears to be the regular expression match.
Reload works if I change

if message:match('^reload(%w.*)?$') then

to
if message:match('^reload') then