LISP Interpreter Module
, (*1)
LISP interpreter module based on Archer70's Desmond., (*2)
System Requirements
If your setup can run the main bot, it can run this module as well., (*3)
Installation
To install this module, we will use composer
:, (*4)
composer require yoshi2889/wphp-module-lisp
, (*5)
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
:, (*6)
- Yoshi2889\WPHPModules\Lisp\Lisp
The bot will run the module the next time it is started., (*7)
Configuration
No configuration needed. Grant users who should be able to use the lisp
command the lisp
permission., (*8)
Usage
The lisp
command takes all of its parameters as a LISP expression. Output is returned to the channel., (*9)
License
This module is licensed under the GNU General Public License, version 3. Please see LICENSE
to read it., (*10)