Commit Graph

81 Commits

Author SHA1 Message Date
Simone Baracchi 8f88408893 Add rolling of multiple dices 2020-11-11 19:29:05 +01:00
Simone Baracchi 853a188c1d fix game deletion, avoid keeping track of old game 2020-03-15 14:06:10 +01:00
Simone Baracchi 7ad1ab246a Allow to create games with no character sheet 2020-03-15 13:49:49 +01:00
dependabot[bot] 772e398e6a Bump urllib3 from 1.24.1 to 1.24.2
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.1 to 1.24.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.24.1...1.24.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-15 13:14:00 +01:00
Simone Baracchi 3b7b6b59b5 Fix service name in systemd 2019-12-03 20:18:53 +01:00
Simone Baracchi fe0797f9dd fix secret roll messages 2019-08-04 20:08:31 +02:00
Simone Baracchi fb0cfc2632 add cancel button in private messages 2019-08-04 19:53:36 +02:00
Simone Baracchi 186bb6f682 ignore some whitespace when rolling dices 2019-08-04 19:34:35 +02:00
Simone Baracchi 94dc13c230 renamed a few of the default items 2019-08-04 19:31:30 +02:00
Simone Baracchi 80b4c47864 add back and cancel keys 2019-08-04 19:16:05 +02:00
Simone Baracchi 28192b3cab add cancel button 2019-08-04 19:16:05 +02:00
Simone Baracchi 220ea0e47f add userid to logs 2019-08-04 17:30:10 +02:00
Simone Baracchi ddb8f3bc32 fix character sheet sorting 2019-08-04 17:29:55 +02:00
Simone Baracchi 353101be8c Fix joining of new players 2019-07-24 15:02:35 +02:00
Simone Baracchi 149e02e549 Update README 2019-04-14 19:37:40 +02:00
Simone Baracchi 6be5bd132a Add choice of templates when starting a new game 2019-04-08 20:28:21 +02:00
Simone Baracchi 44e04a01bf Remove redundant check for number of games 2019-04-08 20:08:33 +02:00
Simone Baracchi bfb2f55374 Typos 2019-04-07 12:41:40 +02:00
Simone Baracchi 5461321038 Update README 2019-04-07 12:37:59 +02:00
Simone Baracchi 41fad56d23 Move former config.py (user-customized config) to custom_config.py file 2019-03-31 21:59:12 +02:00
Simone Baracchi ec05b1ac38 Merge branch 'docker' of https://github.com/AlessandroLorenzi/rpgbot into feature/docker 2019-03-31 21:36:38 +02:00
Simone Baracchi 0d5cbecb4f Add to check character sheet for others (showother) 2019-03-19 21:55:31 +01:00
Simone Baracchi 89f5578df8 Ignore interferences when in callback mode 2019-03-19 20:54:44 +01:00
Simone Baracchi 77eee0d863 More buttons per line in keyboard 2019-03-19 20:53:49 +01:00
Simone Baracchi 55972d239b Do not overwrite final messages 2019-03-19 20:53:49 +01:00
Simone Baracchi d9af4282ed Rework message cleanup on timeouts 2019-03-19 20:53:45 +01:00
Simone Baracchi 379c48d9ab Edit previous messages when using keyboard 2019-03-19 19:54:06 +01:00
Simone Baracchi 695b6cb3d5 Minor fix when /rolling from an old inline keyboard 2019-03-19 19:53:42 +01:00
Simone Baracchi b58530e8c3 Rework default character sheet for FAE 2019-03-19 19:53:14 +01:00
Simone Baracchi 35af9a3f60 Some rework of the command menus 2019-03-17 23:15:03 +01:00
Simone Baracchi 484d98e33f Refactor need_gameid 2019-03-17 22:39:34 +01:00
Simone Baracchi e740522137 Refactor everything to add inline keyboards 2019-03-14 23:43:16 +01:00
Simone Baracchi 412e079dc3 Minor fix to /add with incremental value... will need more fix 2019-03-07 22:53:47 +01:00
Simone Baracchi 7fb634537b Refactor commands with decorators 2019-03-07 22:46:55 +01:00
Simone Baracchi 5f3f9b1443 Refactor commands code, add decorators 2019-03-06 23:09:41 +01:00
Simone Baracchi 49bba684ba Add /r as alias of /roll 2019-03-03 16:40:20 +01:00
Simone Baracchi 727fbaff87 Always chdir to current script directory 2019-02-28 22:09:36 +01:00
Simone Baracchi e5405b2476 Allow to roll fate dices with lowercase F 2019-02-26 22:35:21 +01:00
simonebaracchi 36b73cc2d3
maybe if I keep adding random strings I'll eventually be happy with README 2019-02-26 21:04:58 +01:00
Simone Baracchi f0a6aa0810 Fixed bug when trying to increase value of nonexistent item 2019-02-26 19:02:11 +01:00
Simone Baracchi a36b731571 Better error checking in dice parsing 2019-02-26 19:01:13 +01:00
Simone Baracchi c916ce9eed Update README with more examples 2019-02-26 11:53:45 +01:00
Simone Baracchi d13cf6ad1a Add possibility to roll dices like d20 or dF 2019-02-25 23:41:53 +01:00
Simone Baracchi 4be85dd2bf Better control of number of parameters in various commands 2019-02-25 23:26:24 +01:00
Simone Baracchi 4cefedac54 Make usage more available on /start 2019-02-25 23:26:05 +01:00
Simone Baracchi dbad487b37 Update README for /gmroll 2019-02-24 21:38:07 +01:00
Simone Baracchi d01589c5e4 Added /gmroll 2019-02-24 15:01:12 +01:00
Simone Baracchi 8d2c14cb4e Further fixes for users with no username 2019-02-24 14:59:43 +01:00
Simone Baracchi 4a9532a5d3 Fix logging for users which don't have usernames 2019-02-24 13:41:26 +01:00
Simone Baracchi 00cc0da80d Fix creation of new games 2019-02-24 13:32:14 +01:00