The mIRC color for white is 0, not 16
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 7 Dec 2010 16:57:14 +0000 (17:57 +0100)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Tue, 7 Dec 2010 16:57:14 +0000 (17:57 +0100)
commitcf8324728c4b427d1955a7ed3ba65c05e2545bc3
tree3a1420fefa41e0f0335661fe97ad0630c4e5d6e9
parent8725939013d12b90a5138990bab18ccd20e82bdf
The mIRC color for white is 0, not 16

Default mIRC colors are 0-15, and some clients don't react too well to a
color > 15, while most wrap or default. Konversation, for example, will
stop the color command parsing and interpret it as color 1, followed by
the literal digit 6.

So use the 'official' (mIRC) value of 0 for white.
lib/rbot/message.rb