Skip to content

modopts.d may not be working as advertisied.

I created /sbbs/ctrl/modopts.d/logonlist.ini

[logonlist:lang=m7]
first_caller_msg: "\x83You are the first caller of the day!"

However when loginlist.js is run, it's not displaying the text. It seems that the [logonlist] section is modopts.ini is still being used.

If I writeln(first_caller_msg) then it shows as "" and I have checked user.lang = m7.

I'm pretty sure I've done everything right at this stage.