Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgw/sopel-roulette
Clone of a mIRC script that lets users play Russian roulette.
https://github.com/dgw/sopel-roulette
hacktoberfest
Last synced: about 1 month ago
JSON representation
Clone of a mIRC script that lets users play Russian roulette.
- Host: GitHub
- URL: https://github.com/dgw/sopel-roulette
- Owner: dgw
- Created: 2015-08-22T03:19:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T15:49:32.000Z (over 4 years ago)
- Last Synced: 2024-05-01T18:52:34.280Z (7 months ago)
- Topics: hacktoberfest
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sopel-roulette
Clone of a mIRC script that lets users play Russian roulette.## Requirements
Aside from sopel itself, depends on the standard Python libraries `random` and `time`.Also imports Python 3-style division from `__future__`, so version of Python with support
for this is needed.## Commands
* `.roulette`: Performs roulette, prints the result to the channel, and updates stats
* `.r `: Retrieves and displays stats, for the calling user or (when ``
is specified) the specified nick.