Fix ICS channel 0
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 16 Feb 2011 11:03:22 +0000 (12:03 +0100)
committerArun Persaud <apersaud@lbl.gov>
Thu, 17 Feb 2011 03:08:30 +0000 (19:08 -0800)
commitc2ec1736bf64a623718e6c8fbb25c7aaf4d725e3
tree844c64e40b7d8a7ef9d3cef61071449d83b12e81
parente1983b4cac3460b7d5db8d2020f549e156b3127f
Fix ICS channel 0

Channel 0 messages were not displayed in the console, because the test
for channel number considered every non-numeric or non-existent handle
in a chatbox to be zero. So the messages were diverted to a non-exsting
chatbox. Now it test first for the handle to start with a digit.
backend.c