Find
You are looking at a command called publish
publish {object}
A quick and simple way of publishing an article in the Daily COW.
eg:
create some facinating news. edit it
publish it
You can read the Daily COW with the
news
command.
Created by
wolis
, last updated 30 May 2007
Code
get $target in $loc;
if $target > 0 then publishit else fail;
##publishit:
var $newsroom to 21790;
clear $target,all;
unhost $target;
set $target's loc to $newsroom;
say 'msg',"[$actor] publishes [$target] in [$newsroom]";
msg $loc,$actor,0,0,'force',"force:look $loc,look";
var $loc to $newsroom;
say 'msg',"[$target] apears as if by magic!";
msg $loc,$actor,0,0,'force',"force:look $loc,look";