perlsaiyan / abacura

MUD client implementation in Python
MIT License
8 stars 4 forks source link

Added #ticker --list, fix unregistration bug #95

Closed mardanst closed 1 year ago

mardanst commented 1 year ago

Use CommandArgumentError instead of AttributeError in commands so we can get tracebacks for actual AttributeErrors Do not auto unregister everything to prevent duplicates as it prevents calling self.add_ticker(), self.add_action(), etc