• Alive?

    From Sean Dennis@1:18/200 to All on Wed Apr 18 22:56:29 2018
    Hello All,

    The last message I've seen in here were the echo rules being posted last September 1. Is the echo still going?

    Later,
    Sean

    ... Deal with the faults of others as gently as with your own.
    --- GoldED+/LNX 1.1.5-b20170303
    * Origin: Outpost BBS * Limestone, TN, USA (1:18/200)
  • From Janis Kracht@1:261/38 to Sean Dennis on Thu Apr 19 00:48:54 2018
    Hi Sean,

    The last message I've seen in here were the echo rules being posted last September 1. Is the echo still going?

    It's still connected... not much activity though. Need some help?

    Take care,
    Janis

    --- BBBS/Li6 v4.10 Toy-3
    * Origin: Prism bbs (1:261/38)
  • From Sean Dennis@1:18/200 to Janis Kracht on Thu Apr 19 07:04:45 2018
    Hello Janis,

    19 Apr 18 00:48 at you wrote to me:

    It's still connected... not much activity though. Need some help?

    Not right now, thankfully, but was just going through my message bases and noticed that I hadn't seen any messages. :)

    I did rewrite my "The Magic Oracle" door as a bash script though (to keep on-topic).

    Later,
    Sean

    ... You can't build a reputation on what you are going to do. - Henry Ford
    --- GoldED+/LNX 1.1.5-b20170303
    * Origin: Outpost BBS * Limestone, TN, USA (1:18/200)
  • From Janis Kracht@1:261/38 to Sean Dennis on Thu Apr 19 07:45:40 2018
    Hi Sean,

    It's still connected... not much activity though. Need some help?

    Not right now, thankfully, but was just going through my message bases and noticed that I hadn't seen any messages. :)

    I did rewrite my "The Magic Oracle" door as a bash script though (to keep on-topic).

    Neat :) Hmm... wish I could think of way to do scrabble for Linux that way - HEH... you probably could with premade screens or something :) :) ah, have to drink some coffee and then actually think about it :)


    Take care,
    Janis

    --- BBBS/Li6 v4.10 Toy-3
    * Origin: Prism bbs (1:261/38)
  • From Sean Dennis@1:18/200 to Janis Kracht on Sat Apr 21 17:50:17 2018
    Hello Janis,

    19 Apr 18 07:45 at you wrote to me:

    Neat :) Hmm... wish I could think of way to do scrabble for Linux
    that way - HEH... you probably could with premade screens or something
    :) :) ah, have to drink some coffee and then actually think about it
    :)

    The "answers" themselves are in a separate text file but here's the script:

    === Cut ===
    #!/bin/bash
    FILE=answers.dat
    if [ ! -f "$FILE" ]
    then
    echo "ANSWERS.DAT not found!"
    echo "Program aborting."
    exit 1
    fi

    clear
    # Echoed in light green
    echo -e "\e[92mThe Magic Oracle/BASH"
    echo -e "\e[36mWritten by and (C)2017 Sean Dennis."
    echo
    echo -e "\e[96mWhat is your question for the Oracle?\e[37m"
    read QUESTION
    echo
    echo -e "\e[92mYour question was:"
    echo -e "\e[37m$QUESTION"
    echo
    echo -e "\e[95mAfter consulting the Oracle, his answer is...\e[33m"

    # Pick and display a random line in ANSWERS.DAT.
    sort --random-sort $FILE | head -n 1
    echo -e "\e[39m"
    === Cut ===

    That's all, folks!

    Later,
    Sean

    ... My other computer is a piece of junk.
    --- GoldED+/LNX 1.1.5-b20170303
    * Origin: Outpost BBS * Limestone, TN, USA (1:18/200)
  • From mark lewis@1:3634/12.73 to Sean Dennis on Sun Apr 22 09:38:36 2018

    On 2018 Apr 18 22:56:28, you wrote to All:

    The last message I've seen in here were the echo rules being posted last September 1.

    same here... kinda seems like jeff missed something at some point...

    Is the echo still going?

    AFAIK it is...

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... Dang, I hate being derivative.
    ---
    * Origin: (1:3634/12.73)
  • From Aaron Tucker@1:123/141 to Sean Dennis on Thu May 3 23:23:04 2018
    Alive, and kicking from Colorado.

    "Sean Dennis" wrote in message news:5AD80E50.2.bash@bbs.docsplace.org...

    Hello All,

    The last message I've seen in here were the echo rules being posted last September 1. Is the echo still going?

    Later,
    Sean

    ... Deal with the faults of others as gently as with your own.
    === GoldED+/LNX 1.1.5-b20170303
    * Origin: Outpost BBS * Limestone, TN, USA (1:18/200)
    --- SBBSecho 3.00-Win32
    * Origin: Doc's Place Synchronet BBS (1:123/141)
  • From Sean Dennis@1:18/200 to Aaron Tucker on Fri May 4 22:34:01 2018
    Hello Aaron,

    03 May 18 23:23 at you wrote to me:

    The last message I've seen in here were the echo rules being posted
    last September 1. Is the echo still going?

    As far as I know yes; this isn't one of the echoes I moderate. :)

    Later,
    Sean

    ... Now and then an innocent man is sent to the legislature.
    --- GoldED+/LNX 1.1.5-b20170303
    * Origin: Outpost BBS * Limestone, TN, USA (1:18/200)