Limnoria-doc/use/plugins/eureka.rst

2.4 KiB

The Eureka plugin

Start and stop

eureka start [<channel>]

Start the Eureka on the given <channel>. If <channel> is not given, it defaults to the current channel.

eureka stop [<channel>]

Stop the Eureka on the given <channel>. If <channel> is not given, it defaults to the current channel.

eureka pause [<channel>]

Pause the Eureka on the given <channel>. If <channel> is not given, it defaults to the current channel.

eureka resume [<channel>]

Resume the Eureka on the given <channel>. If <channel> is not given, it defaults to the current channel.

Moderation

eureka adjust [<channel>] <nick> <number>

Increase or decrease the score of <nick> on the <channel>. If <channel> is not given, it defaults to the current channel.

eureka skip [<channel>]

Give up with this question, and switch to the next one.

eureka clue [<channel>]

Give the next clue.

Scores

eureka scores [<channel>]

Return the scores on the <channel>. If <channel> is not given, it defaults to the current channel.

eureka score [<channel>] <nick>

Return the score of <nick> on the <channel>. If <channel> is not given, it defaults to the current channel.

Configuration

supybot.plugins.Eureka.format

supybot.plugins.Eureka.format.score

Default value: $nick ($score)

Determines the format used by the bot to display the score of a user.

supybot.plugins.Eureka.format.separator

Default value: //

Determines the string between two user scores.

supybot.plugins.Eureka.public

Default value: True

Determines whether this plugin is publicly visible.