From The Mana World
Line 23: Line 23:
=== list ===
=== list ===
To get a list of all Aka, do <code>!list aka</code>
To get a list of all Aka, do <code>!list aka</code>
== Games ==
=== coin ===
<code>!coin</code> will randomly return "Heads" or "Tails"
=== dice ===
<code>!dice (nb)d(sides)</code> will return a random number from (nb) dices ranging from 1 to (sides)
=== eightball ===
<code>!eightball</code> will return a random reply to a fictive question
=== monologue ===
<code>!monologue (channel)</code> returns the number of consecutive lines you've sent in (channel) without being interrupted by someone else (i.e. how long your current 'monologue' is). (channel) is only necessary if the message isn't sent in the channel itself.
=== roulette ===
write <code>!roulette</code> to play Russian roulette

Revision as of 04:58, 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

Games

coin

!coin will randomly return "Heads" or "Tails"

dice

!dice (nb)d(sides) will return a random number from (nb) dices ranging from 1 to (sides)

eightball

!eightball will return a random reply to a fictive question

monologue

!monologue (channel) returns the number of consecutive lines you've sent in (channel) without being interrupted by someone else (i.e. how long your current 'monologue' is). (channel) is only necessary if the message isn't sent in the channel itself.

roulette

write !roulette to play Russian roulette