• BAJA

    From Ispyhumanfly@VERT/EUPHORIA to All on Thu Nov 13 11:56:00 2003
    Quick question.... what do I have to put into my logon.src file that I custom made to do the following: check the sysop notices message sub for new messages?

    thanks :)

    ISPY!Buzzoff ... [+o euphoria]





    ---
    þ Synchronet þ Euphoria - telnet://euphoria.synchro.net
  • From Digital Man@VERT to Ispyhumanfly on Thu Nov 13 22:47:30 2003
    Re: BAJA
    By: Ispyhumanfly to All on Thu Nov 13 2003 03:56 am

    Quick question.... what do I have to put into my logon.src file that I custom made to do the following: check the sysop notices message sub for ne messages?

    You could use the Baja MSG_NEW_SCAN_SUB function, but it'd be easier to control which sub-board was scanned and how using JavaScript (http://synchro.net/docs/js.html).

    digital man

    Snapple "Real Fact" #168:
    One brow wrinkle is the result of 200,000 frowns.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Ispyhumanfly@VERT/EUPHORIA to Digital Man on Fri Nov 14 05:15:00 2003
    Re: BAJA
    By: Digital Man to Ispyhumanfly on Thu Nov 13 2003 02:47 pm

    You could use the Baja MSG_NEW_SCAN_SUB function, but it'd be easier to cont


    well I suck with java so :) anyways... if I use that baja command does it automatically scan sysop notices? or do I have to setstr "1" or something
    like that?

    ISPY!Buzzoff ... [+o euphoria]





    ---
    þ Synchronet þ Euphoria - telnet://euphoria.synchro.net
  • From Digital Man@VERT to Ispyhumanfly on Fri Nov 14 22:31:35 2003
    Re: BAJA
    By: Ispyhumanfly to Digital Man on Thu Nov 13 2003 09:15 pm

    You could use the Baja MSG_NEW_SCAN_SUB function, but it'd be easier to c


    well I suck with java so :)

    Lesson #1: JavaScript is not java.

    anyways... if I use that baja command does i
    automatically scan sysop notices?

    No, it scan whatever the "current" sub-board is.

    or do I have to setstr "1" or something like that?

    Yeah, you'd have to change the current sub-board to the sysop notices sub.

    digital man

    Snapple "Real Fact" #161:
    The first TV network kids show in the U.S. was "Captain Kangaroo."

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Corey@VERT/TSGC to Digital Man on Fri Nov 14 23:07:00 2003
    Re: BAJA
    By: Digital Man to Ispyhumanfly on Fri Nov 14 2003 02:31 pm

    Re: BAJA
    By: Ispyhumanfly to Digital Man on

    You could use the Baja MSG_NEW_SCAN_SUB function, but it'd be easier t


    well I suck with java so :)

    Lesson #1: JavaScript is not java.

    anyways... if I use that baja command does i
    automatically scan sysop notices?

    No, it scan whatever the "current" sub-board is.

    or do I have to setstr "1" or something like that?

    Yeah, you'd have to change the current sub-board to the sysop notices sub.

    digital man

    Snapple "Real Fact" #161:
    The first TV network kids show in the U.S. was "Captain Kangaroo."

    wierd, I thought it was Bozo out of chicago.

    Sent from, St Benedict Catholic Church - Las Vegas, Nv

    ---
    þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.org
  • From Sniper@VERT/KIA to Corey on Sat Nov 15 06:35:00 2003
    Re: BAJA
    By: Corey to Digital Man on Fri Nov 14 2003 03:07 pm

    Snapple "Real Fact" #161:
    The first TV network kids show in the U.S. was "Captain Kangaroo."

    wierd, I thought it was Bozo out of chicago.

    Captain Kangaroo was based in Philadelphia. I remember watching it back when I was a "Kid". The Captain use to be a yearly guest at our school during our carnavle. <sp>


    Sniper
    Killed In Action BBS SysOp
    telnet://kia.zapto.org
    ftp://kia.zapto.org
    nntp://kia.zapto.org:120

    DoveNet, NukeNet, XpresitNet, FidoNet (1:3613/52) MirageNet (90:90/105), MetalNet (282:180/0), JustaXnet (510:202/2), SkyNet (30:3300/1) ACNet, Communications Net, Paranormal Net, League 10 IBBS Net, PiperNet, Video
    Games Net, MicroNet, and many newsgroup areas for your enjoyment,
    Newsgroups added by request!



    ---
    þ Synchronet þ Killed In Action BBS Telnet://kia.zapto.org
  • From Ispyhumanfly@VERT/EUPHORIA to Digital Man on Sat Nov 15 03:44:00 2003
    Re: BAJA
    By: Digital Man to Ispyhumanfly on Fri Nov 14 2003 02:31 pm

    Yeah, you'd have to change the current sub-board to the sysop notices sub.

    heheh and how do I do that exactly? =]

    ISPY!Buzzoff ... [+o euphoria]





    ---
    þ Synchronet þ Euphoria - telnet://euphoria.synchro.net
  • From Digital Man@VERT to Ispyhumanfly on Sat Nov 15 11:04:07 2003
    Re: BAJA
    By: Ispyhumanfly to Digital Man on Fri Nov 14 2003 07:44 pm

    Yeah, you'd have to change the current sub-board to the sysop notices sub

    heheh and how do I do that exactly? =]

    You would start by searching http://synchro.net/docs/baja.html for "current sub-board".

    You would then find a function named MSG_SET_AREA which would be described to change the current sub-board.

    An example would be:

    setstr "NOTICES"
    msg_set_area

    digital man

    Snapple "Real Fact" #186:
    A female kangaroo is called a Flyer.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Ispyhumanfly@VERT/EUPHORIA to Digital Man on Sat Nov 15 23:14:00 2003
    Re: BAJA
    By: Digital Man to Ispyhumanfly on Sat Nov 15 2003 03:04 am

    An example would be:

    setstr "NOTICES" msg_set_area

    digital man

    thanks dude :)

    ISPY!Buzzoff ... [+o euphoria]





    ---
    þ Synchronet þ Euphoria - telnet://euphoria.synchro.net