mrogaski opened this issue 10 years ago ยท 0 comments
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
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