Getting Started

Installation

Blah blah…blah blah… todo!

Usage

The buzzay binary is used for both launching an instance and interacting with the currently running instance.

Runing buzzay without any arguments is how you launch it:

$ buzzay

The --load and --msg options can be used to launch a plugin and send message to a plugin, respectively.

$ buzzay --load my_plugin
$ buzzay --msg my_plugin "arg1" "arg2" "arg3" # and so on...