Make sure all command functions return True 0.1.1
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 30 Dec 2019 17:52:01 +0000 (17:52 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 30 Dec 2019 17:53:04 +0000 (17:53 +0000)
Because recent adjustments to handler_active() rely on the
call_handler_function() return value to determine whether something
went wrong, we need command functions to return something which
evaluates boolean True if they ran to completion and didn't raise an
exception. Just return True from all of them for now, but they may
see more dynamic result handling in the future.


No differences found