home *** CD-ROM | disk | FTP | other *** search
- Short: remotecli server script for use AmIrc
- Author: rlamb@lcc.net (dude3k)
- Uploader: rlamb@lcc.net (dude3k)
- Version: 1.00
- Type: comm/tcp
- Requires: AmIrc
- Distribution: anywhere, everywhere, please mirror!
-
- ABOUT:
- This is a test of my ability to make a bot using both AmIRC and
- the ARexx scripting language.
-
- Basicly, what we have here is a remotecli and thus the name.
-
- To use it, tell your buddy to /msg <yournick> <cli command>
-
- INSTALLATION:
-
- Put this file into your Amirc/rexx directory otherwise known as
- PROGDIR:rexx directory.
-
- then from within amirc type
-
- /rx remotecli install
-
- or if you would like the script to run/accessed from ram: then from
- within amirc type
-
- /rx remotecli install ram
-
- it will then setup everything for you.
-
-
- INSTALLATION IS NOW DONE.
-
- Now reload your default settings using either the menu command under
- Settings or reload Amirc. <--- Last option is more reliable.
-
- For a list of switches type /rc help within amirc
- for a list of commads type /msg <yournick> help within amirc
- to setup a virtual device do /rc set <dirpath> <access level> <virtual device:>
- <add/remove>
-
- ie... To setup s: as your scripts: device do the following
- /rc set s: 100 scripts: add
- To get rid of it do
- /rc set s: 100 scripts: remove
-
- For additional help on commands/switches just do /rc <command>
-
- CONTACT INFORMATION:
-
- rlamb@mcia.com
- rlamb@lcc.net
- dude3k on #amiga_warez
-
- HISTORY:
-
- Prior to first public beta release 9 months of aggressive programming
- and learning of arexx for both the language itself and under the
- Amirc environment. Also includes aggressive testing of code for flood
- stability, and lots of virtual and security functions.
-
- Tuesday Feb. 4, 1997 Fixed quirk on adding virtual devices
- - if you left out a colon it'd still
- - add the device, however the rest of
- - the script wants a colon
- - so I added a patch to rectify the
- - situation
-
- Wednesday Feb. 5, 1997 Problem in cd command detected and fixed
- - invalid usage of rexx functions
- - prevented cd'ing into subdirs
- Detected problem in virtuallookup()
- - Problem fixed.
- - Function now verifies against
- - security level as well
- -- This allows other axxs levels
- -- to have the same name for their
- -- virtual device names.
-
- Thursday Feb. 6, 1997 Added option to installation procedure
- - allows user to have remotecli installed
- - to ram:
- - Benefits are that you will not see
- - access light flicker everytime the
- - file get accessed. Also, script loads
- - much faster and parses faster thereof.
- Added more info to directory function
- - now returns file sizes
-