Kamal Curi
1a8cfc5a63
Merge branch 'develop' into ipm
2 years ago
Kamal Curi
272f084575
ADD: --quser command
2 years ago
Kamal Curi
8d1f7ffcfc
ADD: Integrated Permissions Module - Starting prototype and proof of concept
2 years ago
Kamal Curi
8902a4d49a
FIX: drumspins execute randrange() many times to flush BPs and other RNG-restrictive algorithms
2 years ago
Kamal Curi
5351f8a99c
FIX: roulette now updates the leaderboard with a try statement
2 years ago
Kamal Curi
3a1f6832f8
FIX: russian pot now gets flushed after a death
2 years ago
Kamal Curi
e5076dbfb5
FIX: Command lock now raises for leaderboard
2 years ago
Kamal Curi
09cd36823d
ADD: Roulette leaderboard
2 years ago
Kamal Curi
239b03e486
ADD: Respin after five shots in --roulette
2 years ago
Kamal Curi
c62155b8eb
CHG: Version string
2 years ago
Kamal Curi
2cd33a10a6
ADD: fortune cookie command
2 years ago
Kamal Curi
bb05752f59
CREM: This is already a dictionary
2 years ago
Kamal Curi
0c9a10ef62
ADD: roulette comlock message
2 years ago
Kamal Curi
d797b2a0b3
ADD: Some better code documentation and change version string
2 years ago
Kamal Curi
c6216d67b5
REM: Logger config
2 years ago
Kamal Curi
a3c01cfe13
ADD: Command lock
2 years ago
Kamal Curi
c8bb1921ca
REM: Remove logger
2 years ago
Kamal Curi
360ac16070
CHG: Remove unecessary variable, move dbg command to end of utils.py
2 years ago
Kamal Curi
cccfc84f4a
FIX: Bullet will now go to 6th chamber
2 years ago
Kamal Curi
b37b310439
FIX: Roulette would reset to chamber 0 instead of -1, skipping the first chamber after drum spin
2 years ago
Kamal Curi
a268fd7229
CHG: version string
2 years ago
Kamal Curi
cfc368fa8a
ADD: Russian Roulette, basic game. TODO: Implement leaderboard
2 years ago
Kamal Curi
3b9718993d
ADD: debug info
2 years ago
Kamal Curi
42d42a25b4
ADD: --rq abuse/spam now gets ignored
2 years ago
Kamal Curi
901b1bc8f3
FIX: whoops, wrong variable
2 years ago
Kamal Curi
94836cbeca
FIX: content grab condition
2 years ago
Kamal Curi
f77d112b12
FIX: will not grab commands
2 years ago
Kamal Curi
476f4d248b
FIX: More conditions for caceta-lambetion alert
2 years ago
Kamal Curi
888d0135d0
FIX: Wrong entry
2 years ago
Kamal Curi
3ecea134b6
FIX: Wrong entry
2 years ago
Kamal Curi
d641c6ef42
Update 'motd'
2 years ago
Kamal Curi
a09dca536d
ADD: anti-lambeção de caceta
2 years ago
Kamal Curi
ce4e8e6d22
Merge branch 'newfeat_grab' into develop
2 years ago
Kamal Curi
c2b7e63c61
CHG:MOTD
2 years ago
Kamal Curi
21c5363f40
Merge pull request 'ADD: 2 new features' ( #3 ) from newfeat_grab into develop
...
Reviewed-on: #3
2 years ago
Kamal Curi
874501c9ef
FIX: Wrong variable
2 years ago
Kamal Curi
7d662ee3c3
ADD: '--rqlb' feature
2 years ago
Kamal Curi
a3b1951f4c
ADD: authors list in '--dbg'
2 years ago
Kamal Curi
6f0bbb2ade
FIX: Without this declaration, '--dbg' fails if '--rq' is never invoked
2 years ago
Kamal Curi
1aeb5ea9c2
ADD: New 'grab' feature
2 years ago
Kamal Curi
cbaf465aee
CHG:MOTD-new domain
2 years ago
Kamal Curi
69b450faf6
Update 'motd'
2 years ago
Kamal Curi
fdc0ee267e
FIX: qsearch command now works properly
2 years ago
Kamal Curi
f99ccca22a
FIX: randrange doesn't actually consider the end of the range as a valid number
2 years ago
Kamal Curi
786931ebe8
ADD: Dice roll command
2 years ago
Kamal Curi
7873903634
ADD/CHG: 'qinfo' command now accepts 'last' as parameter
2 years ago
Kamal Curi
82605eee5b
ADD: Debug information command
2 years ago
Kamal Curi
49e903342d
CHANGE: Quotes are now taken randomly directly from the database, instead of a mass-query passed through a choice() function
2 years ago
Kamal Curi
3dd2cd0f8e
CHANGE: The 'stack' is a list of quotes that happened, it exists so that the same quote doesn't repeat immediately.
...
The stack limit determines how big the id stack can grow before quoted instances may repeat. Now it is only calculated when booting up the bot, and when adding/deleting new quotes
2 years ago
Kamal Curi
9ebb44a261
ADD: Quote info command
2 years ago