birdflop / BirdTickets

GNU General Public License v3.0
6 stars 1 forks source link

Can't open tickets if deleted wrongly #1

Closed akdukaan closed 3 years ago

akdukaan commented 3 years ago

If you delete a ticket manually instead of using -close, it won't let you make a new ticket

Fix: If you try to create a ticket. Check the db for a ticket. If the ticket exists, but the channel doesnt exist, delete the entry and continue creating the ticket.