Let unknown_command() suppress default response.
commitb25f07d9e9a20903e688b4c09363a699c934a435
authorJustin Forest <justin.forest@gmail.com>
Wed, 2 Jun 2010 17:46:11 +0000 (2 21:46 +0400)
committerThomas Perl <thp@thpinfo.com>
Fri, 4 Jun 2010 17:01:04 +0000 (4 19:01 +0200)
tree5eaf843b1070ba1557ae358d9037c0fc83ed953d
parent0d3efeb32e33749012547a823afb8070f9b49195
Let unknown_command() suppress default response.

The default response is only sent when unknown_command() returns
None.  Returning an empty string (or False, or 0, etc) suppresses
any output.
jabberbot.py