haskell-ro / hs-dicebot

IRC bot that handles dice rolling for tabletop-like RPGs
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Keep track of IRC users #3

Open spyked opened 11 years ago

spyked commented 11 years ago

A basic implementation should allow the DiceBot to echo the IRC user name of the person who made a roll (e.g. so that multiple users can do the same roll at once).

Ideally, the bot should be able to separate the game master from players, add/remove players from the game, keep track of player stats and so on. These will be documented in future issues.

spyked commented 11 years ago

Partially solved in 5908ce2e7b. DiceBot answers to users both privately and in the channel and echoes their name.