Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgw/sopel-duel
Clone of a mIRC script that lets users duel each other
https://github.com/dgw/sopel-duel
game hacktoberfest irc irc-bot irc-game sopel sopel-modules
Last synced: about 1 month ago
JSON representation
Clone of a mIRC script that lets users duel each other
- Host: GitHub
- URL: https://github.com/dgw/sopel-duel
- Owner: dgw
- Created: 2015-08-22T03:21:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T06:38:52.000Z (over 3 years ago)
- Last Synced: 2024-05-01T18:51:59.108Z (7 months ago)
- Topics: game, hacktoberfest, irc, irc-bot, irc-game, sopel, sopel-modules
- Language: Python
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sopel-duel
Clone of a mIRC script that lets users duel each other## Commands & Settings
* `duel`: Duel another user, e.g. `.duel nick`
* `duels`: Get duel stats for yourself (no argument) or another user (`.duels someone`)
* `duelcw`: Lets channel admins turn on or off channel-wide duel rate-limiting instead of
rate limiting individual users (e.g. `.duelcw on`)
* `duelkick`: Lets channel admins set whether losing a duel kicks the loser from the channel
(e.g. `.duelkick off`; the default is `on`)
* `duelself`: Lets channel admins turn on or off the ability for users to duel themselves
(e.g. `.duelself on`; emulates the original script)