comparison plugins/roulette/roulette.md @ 33:e8babd617778

Plugin roulette: improve documentation
author David Demelier <markand@malikania.fr>
date Mon, 22 Feb 2016 13:31:12 +0100
parents 8384df86e195
children ce3e96deb9e4
comparison
equal deleted inserted replaced
32:b5906772bac0 33:e8babd617778
47 | (any) | server, channel, nickname, origin | all formats | 47 | (any) | server, channel, nickname, origin | all formats |
48 | **format-lucky** | count | the number of cylinder count left | 48 | **format-lucky** | count | the number of cylinder count left |
49 49
50 Example: 50 Example:
51 51
52 <div class="panel panel-info">
53 <div class="panel-heading">~/.config/irccd/irccd.conf</div>
54 <div class="panel-body">
52 ````ini 55 ````ini
53 [plugin.roulette] 56 [plugin.roulette]
54 format-lucky = "#{nickname} you're gonna get shot" 57 format-lucky = "#{nickname} you're gonna get shot"
55 format-shot = "BIM" 58 format-shot = "BIM"
56 ```` 59 ````
60 </div>
61 </div>