skizzerz
265a1cc442
Revert "Clearly indicate not enough players for game mode"
...
This reverts commit aedf39efceed7a356380d0834c5ac7c51c3b3a49.
See comment in github on that commit for reasoning.
2016-07-22 21:45:15 -05:00
jacob1
89b38794e1
fix !swap, blame nyuszika7h
...
don't remove all the returns in the sanity checks
2016-07-22 20:36:20 -04:00
jacob1
bc8e7e6da1
fix !revealroles working during games
2016-07-22 20:26:37 -04:00
nyuszika7h
aedf39efce
Clearly indicate not enough players for game mode
2016-07-22 23:58:26 +02:00
nyuszika7h
db519a6827
Notice players instead of silence when already voted game mode
...
This accidentally ended up partially being in an earlier commit, but now
here it is...
2016-07-22 10:36:44 +02:00
skizzerz
b556e74fd8
Revert "Fix use of chan where not defined"
...
This reverts commit 4301ba4c4877c4be7c28309f76713d5813864c06.
2016-07-21 22:03:00 -05:00
skizzerz
e14c3f1d9c
Make alpha bite turn target immediately
...
RIP long bitten messages, you shall be missed :(
2016-07-21 18:20:29 -05:00
skizzerz
07e3018d06
Fix 4301ba4 properly
2016-07-21 17:05:38 -05:00
nyuszika7h
4301ba4c48
Fix use of chan where not defined
2016-07-21 23:56:44 +02:00
nyuszika7h
7c7facdd7d
Fix commit e04410e
...
I don't know when I wrote that code...
2016-07-21 23:22:46 +02:00
skizzerz
d45a54179b
alpha wolf QoL adjustments
...
- alpha wolf can now both bite and kill during the same night
- any wolf death (instead of just one during day) is counted towards
activating alpha wolf
- fix role message to be more in line with other wolfteam messages
2016-07-21 16:17:12 -05:00
nyuszika7h
bc9f27c6d5
Don't require -force for !fdie and !frestart in debug mode
2016-07-21 23:07:01 +02:00
nyuszika7h
e04410ecaa
Ignore !notice in PM if called with arguments
...
This command is sometimes accidentally called in wolfchat by a message
starting with "notice". It doesn't take any arguments anyway.
2016-07-21 23:03:09 +02:00
nyuszika7h
b6d07a9707
Simplify code to use reply() where possible
2016-07-21 23:03:09 +02:00
nyuszika7h
d59f2ec4a8
Use reply() in !warn/!fwarn instead of hardcoding cli.notice()
2016-07-18 10:28:13 +02:00
skizzerz
d2dc4d2deb
Remove care/kill color/bold/startspam settings
2016-07-16 22:48:18 -05:00
skizzerz
9d827b95be
I hate python
2016-07-11 15:34:05 -05:00
nyuszika7h
e2469c342f
Make !ping actually goat the user when they win a goat
2016-07-09 10:32:29 +02:00
Ryan Schmidt
8aede6d01d
Let's go with NOT trying to be clever
2016-07-07 12:28:32 -07:00
skizzerz
7a0c9b87e1
Expiration date fixes for fwarn
...
- Always use UTC (time issued was already UTC, but expiration was not)
- Remove some duplicate code about parsing expiration date
- Round dates to the nearest minute
2016-06-28 12:53:10 -05:00
nyuszika7h
f8ed5c7dbd
Fix pluralization of warning points
2016-06-28 10:30:20 +02:00
skizzerz
137408d1f4
Allow # in front of warning numbers for warn view/ack
2016-06-26 12:42:59 -05:00
skizzerz
454afca1b3
Various fixes
...
- fflags no longer says things were modified on account "*" when they
weren't
- don't give an autowarning on kick anymore; if an op is kicking chances
are they'll be giving their own warning anyway
- attempt to make a backup copy of the database before migrating to new
schema
2016-06-26 12:37:22 -05:00
nyuszika7h
e83e6caac3
Remove bureaucrat
...
Closes #220 .
2016-06-23 22:20:33 +02:00
skizzerz
9009304db0
fix fwarn list
2016-06-22 00:08:01 -05:00
skizzerz
ef4e60bc37
Make fwarn +F instead of +A since it can be used to deny commands
2016-06-21 23:51:52 -05:00
skizzerz
c6bd24aea7
Fix fool wins and auto warning expirations
2016-06-21 23:10:19 -05:00
skizzerz
7980b13ba4
Add missing warning messages
2016-06-21 22:02:09 -05:00
skizzerz
1bf468224e
Update syntax descriptions
2016-06-14 16:47:13 -05:00
skizzerz
b39828be7f
Remove !join
...
bug. Now it should actually work even if the user has no warnings.
Also don't list expired/deleted warnings as unacknowledged.
Warning expiration can now be modified via !fwarn set, and the default
expiration is now 30d instead of never (never can be manually specified
along with a handful of aliases that mean the same thing).
2016-06-14 12:02:54 -05:00
skizzerz
2f62c4a867
Fix some embarassing typos
2016-06-13 16:40:57 -05:00
skizzerz
2151df4fef
Add !fflags and !ftemplate
...
These allow for access control, and work pretty much exactly like they
do in atheme's ChanServ (the /cs flags and /cs template commands).
Also remove unused things from botconfig.py.example.
2016-06-07 17:02:12 -05:00
skizzerz
a6ea55a8fe
Finish warning system
...
- fwarn/warn commands to view and manipulate warnings
- fstasis can now only decrease stasis, not add to it
- refreshdb command can sync bot game state with what is in the db
(including expiring any unexpired stasis or warnings)
- stasis now expires
- tempban is still not implemented and will not be implemented as
part of the PR (it will come later, if ever)
- sanctions can be automatically applied after warnings cross a
certain threshold; some defaults are configured
2016-06-07 14:17:21 -05:00
skizzerz
bba5ab745e
Make bot run and fwarn partially work
2016-06-06 18:59:28 -05:00
skizzerz
2d2ce6483a
Initial work on new schema and warning system
...
Still very WIP and not completed, bot likely doesn't even run.
2016-06-06 14:35:58 -05:00
nyuszika7h
9ea9a1a317
Fix modelines in other files
2016-05-11 16:09:19 +02:00
Ryan Schmidt
6c166d4fb0
meow
...
Add !cat command, a la !coin and !pony. Because we really needed another
one and because kitties are adorable.
2016-05-10 16:17:45 -07:00
nyuszika7h
accd75cfaf
Changed winner = "none" to "no_team_wins"
2016-05-01 20:43:48 +02:00
nyuszika7h
108fe19278
Skip quit safeguard for Ctrl-C in console
2016-04-30 22:42:12 +02:00
nyuszika7h
1f0a1e1303
Add a safeguard to !fdie and !frestart when a game is running
2016-04-19 16:16:59 +02:00
nyuszika7h
4ecfead19e
!stasis: Use reply()
2016-04-19 15:50:51 +02:00
nyuszika7h
44ca368724
Add !stasis command to view amount of stasis you have without joining
2016-04-19 13:54:57 +02:00
nyuszika7h
29d2a1f83e
Add an option for the pony to land on the tosser
2016-04-16 15:34:06 +02:00
Ryan Schmidt
f564a7a01e
Don't rename functions, ever.
2016-04-11 12:44:30 -07:00
nyuszika7h
7fa7f8564f
Pony tweaks
2016-04-10 22:10:47 +02:00
Vgr E. Barry
7fc0ab9f39
Fix missing message
...
Also remove some useless parens
2016-04-10 12:14:49 -04:00
Vgr E. Barry
952081d300
Make oracle not see through wild child's disguise
2016-04-09 17:11:07 -04:00
Vgr E. Barry
f8e1d96994
Make !myrole tell the wild child who their idol is
2016-04-09 17:05:02 -04:00
Vgr E. Barry
7b2cc43a50
Run, Forrest, Run!
2016-04-09 16:57:11 -04:00
Vgr E. Barry
4d03ed03cf
Spread out "give" to the commands
2016-04-09 14:08:02 -04:00