From The Mana World
(Created page with "{{About|the Elanore IRC bot}}")
 
Line 1: Line 1:
{{About|the Elanore IRC bot}}
:<i>This article is about the "Elanore" IRC bot. For the in-game npc, see [[Elanore]].</i>
Elanore is an IRC bot based on Limnoria, itself based on [http://doc.supybot.aperio.fr/en/latest/ SupyBot].
 
= Modules =
Each chat command is part of one of the numerous modules (plugins).
 
== Aka ==
This plugin allows the user to create various aliases (known as "Akas", since Alias is the name of another plugin Aka is based on) to other commands or combinations of other commands (via nested commands).
It is a good idea to always quote the commands that are being aliased so that any nested commands are not immediately run.
 
=== add ===
To add an Aka, do <code>!aka add (name) (command)</code>
 
=== remove ===
To remove an Aka, do <code>!aka remove (name)</code>
 
=== lock ===
To lock an Aka, do <code>!aka lock (name)</code>
 
=== unlock ===
To unlock an Aka, do <code>!aka unlock (name)</code>
 
=== list ===
To get a list of all Aka, do <code>!list aka</code>

Revision as of 04:46, 14 October 2014

This article is about the "Elanore" IRC bot. For the in-game npc, see Elanore.

Elanore is an IRC bot based on Limnoria, itself based on SupyBot.

Modules

Each chat command is part of one of the numerous modules (plugins).

Aka

This plugin allows the user to create various aliases (known as "Akas", since Alias is the name of another plugin Aka is based on) to other commands or combinations of other commands (via nested commands). It is a good idea to always quote the commands that are being aliased so that any nested commands are not immediately run.

add

To add an Aka, do !aka add (name) (command)

remove

To remove an Aka, do !aka remove (name)

lock

To lock an Aka, do !aka lock (name)

unlock

To unlock an Aka, do !aka unlock (name)

list

To get a list of all Aka, do !list aka