message.rb: fix the fix to message addressing logic
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 5 Sep 2008 17:35:49 +0000 (19:35 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 5 Sep 2008 17:39:33 +0000 (19:39 +0200)
commit362295025c0b9bb6ba98579047ab68b3fc5723a9
treec59a64db89f2fc6f2184df6d479d9322c5dca255
parentb0ab2bf2815cb553a199faad1b9970c2193208df
message.rb: fix the fix to message addressing logic

This reverts commit b6bd9a24014ac9fbc822e9051f216f0506f24cd5
"message.rb: fix message addressing logic" since it actually breaks the
validity for address? in a number of cases.

Instead, add proper @address setting to NickMessage which is the only
one getting it wrong presently.
lib/rbot/message.rb