Code |FrontPage |HiveTraits | ||
ShortInvocation
Short invocation is a short cut to invoke the trait method on a remote machine directly. It allows only a single method per invocation.
simple
Go Into any of the channels and type the below to see what it does.
!$sys:version
!$fetch:get[http://my.machine.com/img/ ,/tmp/img] !$fetch:get http://my.machine.com/img/ ,/tmp/img !$me:join #newchan !$join #newchan !$part #newchan |