8000 GitHub - theschoolmaster/mcchunkie: Home for the new mcchunkie - now with 100% moar chunk
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

theschoolmaster/mcchunkie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcchunkie

Home for the new mcchunkie - now with 100% moar chunk

Plugins

Plugins should be javascript functions wrapped in (); and should take six args: botname, to, from, msg, store and callback.

The callback should be passed null, to, from, and resp.

Example:

(function( botname, to, from, msg, store, cb ) {
  // Plugin to reverse every msg that is passed in.
  var resp = msg.split("").reverse().join("");

  // do something awesome with storage here..

  // do some more manip of the msg here

  cb.call( null, to, from, resp );
});

About

Home for the new mcchunkie - now with 100% moar chunk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0