Name: Anonymous 2008-09-18 0:07
Statements:
post(4chanBoard,text[,imageobj]) - Posts on 4chan. Returns thread number in a threadnum object (threadnum remembers what board it came from!)
reply(threadnum,text[,imageobj]) - Replies. Returns 0 on success and -1 on failure
mkImageObj(imagefile) - Slurps an image into a new imageObj and returns it
isbanned(board) - Returns null string if not banned and ban reason if you are
siteAsImageObj(wwwsite) - Converts a website to an imageObj and returns it
kill object - Deletes object, reclaims memory
another object - Creates duplicate of specified object and returns it
mkSpam - Returns random string in a text object
And the essentials if, while, goto, return, etc.
Object types
int, double, float, imageObj, wwwsite, 4chanBoard, text, threadnum
post(4chanBoard,text[,imageobj]) - Posts on 4chan. Returns thread number in a threadnum object (threadnum remembers what board it came from!)
reply(threadnum,text[,imageobj]) - Replies. Returns 0 on success and -1 on failure
mkImageObj(imagefile) - Slurps an image into a new imageObj and returns it
isbanned(board) - Returns null string if not banned and ban reason if you are
siteAsImageObj(wwwsite) - Converts a website to an imageObj and returns it
kill object - Deletes object, reclaims memory
another object - Creates duplicate of specified object and returns it
mkSpam - Returns random string in a text object
And the essentials if, while, goto, return, etc.
Object types
int, double, float, imageObj, wwwsite, 4chanBoard, text, threadnum