Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This is a list of commands recognized by milkshakebot. The bot responds to commands in the
- channel or in PM (private message). If you plan to issue a lot of commands in a short
- period of time please consider using PM instead in order to avoid spamming the channel.
- Alternatively you may join the channel #milkshake and spam to your heart's content.
- STATISTICS
- !stats player game goal
- Displays some statistics, such as max, min, average.
- !top5 game goal
- !top10 game goal
- !top20 game goal
- Prints the top times for a goal.
- !pb player game goal
- Prints the 10 best times for a player on a goal. Can also do !pb5, !pb10, !pb20
- !pw player game goal
- Prints the 5 worst times for a player on a goal.
- !players game [goal]
- !goals game [player]
- !games player
- Prints a list of players, goals, or games. Sorted by number of races. Wildcards
- are allowed: *
- !gamerank game
- {Currently disabled} Prints the ranking of this game and its neighbors.
- !race [player] [game] [goal] [N]
- Lists results for the Nth race matching the given game and goal. Any of the parameters
- may be omitted. If N is omitted, the most recent race is returned. N may be negative
- (e.g. -2 is the 2nd most recent race). Wildcards are allowed: *
- !predict player game goal
- Predicts a player's time and expected variability (standard deviation) using several
- methods. Methods 1 and 2 use a moving average, with recent races weighted more highly.
- In method 1, recent is determined by date, using a gaussian with a width of 12 days.
- In method 2, recent is determined by number of races, using a gaussian with width 8 races.
- Method 3 uses a Kalman filter with a 3-state model (race-time, velocity, acceleration).
- Aggregate is a weighted average of the three methods. No one method will work well for
- all players on all games, so take the results with a grain of salt.
- TRANSLATION
- !x Some text here
- Translates a line of text into another language (target language is set by !language)
- !e Some text here
- Translates a line of text into English (source language is set by !language)
- !language [jp|sv|de|fr|es|it|nl|da|no|ru|zh|hi]
- Sets the current language for !x and !e
- Supported languages: Japanese, Swedish, German, French, Spanish, Italian, Dutch, Danish,
- Norwegian, Russian, Chinese, Hindi
- !transchan [jp|sv|de|fr|es|it|nl|da|no|ru|zh|hi]
- !transchan stop
- Creates (or stops) a translation channel in the given language. For example, issuing the
- command "!transchan fr" in channel #foo will create a new channel #foo-fr. Anything typed
- in #foo will be translated from English to French and printed in #foo-fr. Anything typed
- in #foo-fr will be translated from French to English and printed in #foo.
- MISCELLANEOUS
- !calc 18 + 5
- Calculations and conversions using google.
- !define Word
- Finds the definition of a word.
- !wiki Some article name
- Finds the wikipedia article.
- Milkshakebot was written by feasel in python. The first version went live on 19 Oct 2011.
- For questions, or to report errors, PM feasel at irc.speedrunslive.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement