Method | Description | |
---|---|---|
onCommandBeer ( string $request ) : void | Processes requests to serve a user a beer. | |
onCommandBooze ( string $request ) : void | Adds a "booze" alias for the "beer" command. | |
onLoad ( ) : void | Checks for dependencies. |
public onCommandBeer ( string $request ) : void | ||
$request | string | Request including the target and an optional suggestion of what beer to serve |
return | void |
public onCommandBooze ( string $request ) : void | ||
$request | string | Request including the target and an optional suggestion of what beer to serve |
return | void |