From abf93c3180038d1444a343905150a442cab1eb2e Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 30 Apr 2023 11:38:16 -0700 Subject: [PATCH] plugin_tutorial: Supybot/Limnoria -> Limnoria --- develop/plugin_tutorial.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/develop/plugin_tutorial.rst b/develop/plugin_tutorial.rst index 67df0b9..3fb3ab5 100644 --- a/develop/plugin_tutorial.rst +++ b/develop/plugin_tutorial.rst @@ -6,17 +6,17 @@ Writing Your First Limnoria Plugin Introduction ============ -Ok, so you want to write a plugin for Supybot/Limnoria. Good, then this is the place to +Ok, so you want to write a plugin for Limnoria. Good, then this is the place to be. We're going to start from the top (the highest level, where Limnoria code does the most work for you) and move lower after that. -So have you used Supybot/Limnoria? If not, you need to go use it. This will help you +So have you used Limnoria? If not, you need to go use it. This will help you understand crucial things like the way the various commands work and it is essential prior to embarking upon the plugin-development excursion detailed in the following pages. If you haven't used Limnoria, come back to this document after you've used it for a while and gotten a feel for it. -So, now that we know you've used Supybot/Limnoria, we'll start getting into details. +So, now that we know you've used Limnoria, we'll start getting into details. We'll go through this tutorial by actually writing a new plugin, named Random with just a few simple commands.