Skip to content

customize logonlist from modopts.ini

Hi! I tried to customize the last_few_callers_msg option on modopts.ini at [logonlist] section.

I cannot set the format to customize the colors and put the \n at end.

It's always show the literal string when the user logon to the bbs

"\x01n\x01g\x01hUltimos llamados:\x01n\r\n"

The code at logonlist use print()

    if(!this.print(options.last_few_callers_msg || "\x01n\x01g\x01hLast few callers:\x01n\r\n"

I tried single, double and no quotes whitout success

Thanks!