yoshi2889/wphp-module-lisp

LISP interpreter module for WildPHP

dev-master 2017-10-01 12:35 UTC

This package is auto-updated.

Last update: 2024-04-07 14:52:38 UTC


README

Build Status Scrutinizer Code Quality Latest Stable Version Latest Unstable Version Total Downloads

LISP interpreter module based on Archer70's Desmond.

System Requirements

If your setup can run the main bot, it can run this module as well.

Installation

To install this module, we will use composer:

composer require yoshi2889/wphp-module-lisp

That will install all required files for the module. In order to activate the module, add the following line to your modules array in config.neon:

- Yoshi2889\WPHPModules\Lisp\Lisp

The bot will run the module the next time it is started.

Configuration

No configuration needed. Grant users who should be able to use the lisp command the lisp permission.

Usage

The lisp command takes all of its parameters as a LISP expression. Output is returned to the channel.

License

This module is licensed under the GNU General Public License, version 3. Please see LICENSE to read it.