Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
bot.xy: fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
icy committed Oct 24, 2014
1 parent df8f4ed commit 434723d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/plugins/xy.rb
Expand Up @@ -7,7 +7,7 @@
class Xy
include Cinch::Plugin

set :help => "Play XY-game with the bot. To start the game, type `!xy <flag> [<bet>]`, where `<flag>` is `bao`, `keo`, `bua`. The bot will randomly choose its flag and find the winner. The rule is very simple: `bua > keo > bao > bua`. The winner will get/lost a random number of nutshells (5, 10 or 15). You can also give a bet number, for example `!xy bua 50`. The bet number should not excess 100 or your currrent number of nutshells."
set :help => "Play XY-game with the bot. To start the game, type `!xy <flag> [<bet>]`, where `<flag>` is `bao`, `keo`, `bua`. The bot will randomly choose its flag and find the winner. The rule is very simple: `bua > keo > bao > bua`. The winner will get/lost a random number of nutshells (5, 10 or 15). You can also give a bet number, for example `!xy bua 50`. The bet number should not excess your current number of nutshells."

match /xy ([^[:space:]]+)([[:space:]]+[0-9]+)?\b/, :method => :xy_play
match /fk (.+)/, :method => :fight_superluser
Expand Down

0 comments on commit 434723d

Please sign in to comment.