• National Day Of Bot Posts...

    From Jagossel@21:1/150 to Black Panther on Thu May 2 10:24:06 2019
    Huh... Just saw in the fsxNet Bot conference 11 posts of the National Day of... messages. Is that normal?

    -jag
    Code it, Script it, Automate it!
    --- SBBSecho 3.06-Linux
    * Origin: Disconnected Reality -- discreal.ddns.net (21:1/150)
  • From Black Panther@21:1/186 to Jagossel on Thu May 2 08:52:14 2019
    On 02 May 2019, Jagossel said the following...

    Huh... Just saw in the fsxNet Bot conference 11 posts of the National
    Day of... messages. Is that normal?

    Well, define normal... ;)

    It wasn't suppose to do that... It looks like it printed the entire month of May...

    After a little digging, I found that, at least according to my code, 1
    doesn't equal 1... Strange...


    ---

    Black Panther(RCS)
    a.k.a. Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again....

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)
  • From Jagossel@21:1/150 to Black Panther on Thu May 2 22:53:49 2019
    Re: Re: National Day Of Bot Posts...
    By: Black Panther to Jagossel on Thu May 02 2019 04:52 am

    After a little digging, I found that, at least according to my code, 1 doesn't equal 1... Strange...

    I wonder what kind of logic it's using where 1 != 1. LOL!

    -jag
    Code it, Script it, Automate it!
    --- SBBSecho 3.06-Linux
    * Origin: Disconnected Reality -- discreal.ddns.net (21:1/150)
  • From Black Panther@21:1/186 to Jagossel on Thu May 2 21:58:25 2019
    On 02 May 2019, Jagossel said the following...

    I wonder what kind of logic it's using where 1 != 1. LOL!

    I'm not sure...

    Using Lazarus and FreePascal, this is the code snippet:

    repeat
    readln(ndin,line)
    until(line = day);

    At that point, both line and day are equal to 1. If I set day:=2, it will
    work just fine when it gets to line:=2... I'm at a loss...


    ---

    Black Panther(RCS)
    a.k.a. Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again....

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)