PluralKit/PluralKit.Bot/Commands
Noko eb5fe7d6a4 Allow frontpercent to accept time patterns in system timezone ()
The frontpercent command already accepted time patterns (e.g. 9pm), but these were always being interpreted as UTC regardless of the system's configured zone. Furthermore, the time wasn't being nudged to the previous day, so if you tried to do pk;s fp 6pm at 5pm UTC, it would complain about the date being in the future instead of just showing you since 6pm yesterday.

The system zone is now respected and nudging enabled in the same manner as pk;sw move.
2019-10-28 00:21:55 +01:00
..
APICommands.cs Refactor data stores, merging the Store classes 2019-10-26 19:45:44 +02:00
CommandTree.cs Add pk;flash command 2019-10-27 23:03:20 +01:00
HelpCommands.cs Refactor command system 2019-10-05 07:41:00 +02:00
ImportExportCommands.cs Fix reversal of import response messages 2019-10-20 02:22:22 -05:00
LinkCommands.cs Refactor data stores, merging the Store classes 2019-10-26 19:45:44 +02:00
MemberCommands.cs Remove preemptive warning messages for unproxyable members 2019-10-27 21:57:31 +01:00
MiscCommands.cs Add pk;flash command 2019-10-27 23:03:20 +01:00
ModCommands.cs Refactor log channel storage 2019-10-27 23:01:20 +01:00
SwitchCommands.cs Refactor data stores, merging the Store classes 2019-10-26 19:45:44 +02:00
SystemCommands.cs Allow frontpercent to accept time patterns in system timezone () 2019-10-28 00:21:55 +01:00