home *** CD-ROM | disk | FTP | other *** search
- /* Test out QAmiTrack's GET command */
-
- address "QAmiTrack"
- options results
-
- GET stem info. clients actions
-
- say "AmiTrack's current state"
- say "------------------------"
- say "HIDDEN =" info.hidden
- say "COMMENT =" info.comment
- say "LASTENTRYCLICKED =" info.lastentryclicked
- say "SERVER =" info.server
- say "PORT =" info.port
- say "CONFIRM =" info.confirm
- say "CONNECTED =" info.connected
- say "ENABLED =" info.enabled
- say "BEEPONLOG =" info.beeponlog
- say "LOGFILE =" info.logfile
- say "LOGLEVEL =" info.loglevel
- say "NUMCLIENTS =" info.numclients
- say "VISIBLETO =" info.visibleto
- say "VIEWBY =" info.viewby
- say "USERNAME =" info.username
- say "REALNAME =" info.realname
- say "LOGVIEWLEVEL =" info.logviewlevel
- say "LOGVIEWLENGTH =" info.logviewlength
- say "LOGONSCRIPT =" info.logonscript
- say "LOGOFFSCRIPT =" info.logoffscript
- say "UPDATESCRIPT =" info.updatescript
- say "CONNECTSCRIPT =" info.connectscript
- say "DISCONNECTSCRIPT =" info.disconnectscript
- say "ENDSCRIPT =" info.endscript
- say "STARTSCRIPT =" info.startscript
- say "DEFAULTSCRIPT =" info.defaultscript
-
- do i=0 by 1 for info.numclients
- say " - Client "i" = ["||info.clients.i||"] username: ["||info.usernames.i||"] realname: ["||info.realnames.i||"] comment: ["||info.comments.i||"] lastChanged: "||info.lastchanged.i||" winopen: "||info.winopen.i
- end
- say "CURRENTACTION =" info.currentaction
- say "NUMACTIONS =" info.numactions
- do i=0 by 1 for info.numactions
- say " - Action "i" = ["||info.actions.i||"] command: ["||info.commands.i||"]"
- end
-
-