AttorneyOnline / tsuserver3

An Attorney Online server.
GNU Affero General Public License v3.0
25 stars 51 forks source link

Default ban duration #154

Closed caleb-mabry closed 3 years ago

caleb-mabry commented 3 years ago

Fixes #54 .... Or I at least hope it does! The idea for naming the configuration and comments comes from PR #67

I've moved a Default Ban Duration into the configuration file and worked on trying to allow the user to specify seconds, minutes, hours, days, or perma. I've tested this in my local repository but I'm not entirely familiar with bans and would appreciate someone else taking a look at this and providing feedback.

caleb-mabry commented 3 years ago

@oldmud0

The changes to use PyTimeParse have been implemented. Code works locally for me.