diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-06-29 21:55:59 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-06-29 21:55:59 +0200 |
commit | 4d9520759b5637433cc103f766d55c5fdeb04df5 (patch) | |
tree | 247c460ebf2bc7f8d9a3307f93a74f24eb18f86d /lib/rbot | |
parent | 123fc3dd723a044e729341eaedfb8cc75390ac84 (diff) |
message.rb: suppress warning about duplicate method
Diffstat (limited to 'lib/rbot')
-rw-r--r-- | lib/rbot/message.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/rbot/message.rb b/lib/rbot/message.rb index 6354ea11..dd467329 100644 --- a/lib/rbot/message.rb +++ b/lib/rbot/message.rb @@ -233,11 +233,6 @@ module Irc return @address end - # has this message been replied to by a plugin? - def replied? - return @replied - end - # strip mIRC colour escapes from a string def BasicUserMessage.stripcolour(string) return "" unless string |