Closed k3rni closed 4 years ago
Fixes #94 This hooks into on_command (which does a lot of work already) and handles any unrecognized name by checking if what follows is a method definition. And if so, passes it on to on_def.
on_command
on_def
Awesome; thank you!!
Fixes #94 This hooks into
on_command
(which does a lot of work already) and handles any unrecognized name by checking if what follows is a method definition. And if so, passes it on toon_def
.