• Invisible users

    From Utopian Galt@21:4/108 to Apam on Monday, November 15, 2021 20:25:27
    Can system operators be invisible on the last few callers list?


    --- Talisman v0.31-dev (Windows/x86)
    * Origin: Inland Utopia BBS iutopia.duckdns.org:2023 (21:4/108)
  • From apam@21:1/182 to Utopian Galt on Tuesday, November 16, 2021 15:36:21
    Can system operators be invisible on the last few callers list?

    Not at this stage, sorry.

    Andrew

    --
    |03Andrew Pamment |08(|11apam|08)
    |13Happy|10Land |14v2.0|08!|07

    --- Talisman v0.31-dev (Linux/x86_64)
    * Origin: HappyLand v2.0 - telnet://happylandbbs.com:11892/ (21:1/182)
  • From aLPHA@21:4/158 to Utopian Galt on Tuesday, November 16, 2021 07:38:20
    Can system operators be invisible on the last few callers list?

    You could edit the last10.lua script to filter out the last user if it is
    the Sysop's name, only increment the line if it's not the sysop...

    Toward the bottom of the script --
    e.g.

    if username ~= "aLPHA" then
    if lastuser == username then
    <snip>
    lines = lines + 1
    end
    lastuser = username
    end

    I can post the whole script on my BBS, but not sure if this approach
    would muck anything up, Apam?



    |04a|12LPHA
    |03Alpha Complex |15- |11alphacomplex.us:2323

    --- Talisman v0.32-dev (Linux/x86_64)
    * Origin: aLPHA cOMPLEX: You are in Error. No one is screaming. (21:4/158)
  • From aLPHA@21:4/158 to Utopian Galt on Tuesday, November 16, 2021 08:36:22
    Can system operators be invisible on the last few callers list?

    You could edit the last10.lua script to filter out the last user if it
    is
    the Sysop's name, only increment the line if it's not the sysop...

    I realize this is a bit of a hack. It won't make the sysop "invisible",
    just hide them from the Last 10 Users screen. It also won't change the
    call number, so you'd see gaps between callers, but I supposed you could
    not show the call number...


    |04a|12LPHA
    |03Alpha Complex |15- |11alphacomplex.us:2323

    --- Talisman v0.32-dev (Linux/x86_64)
    * Origin: aLPHA cOMPLEX: You are in Error. No one is screaming. (21:4/158)