summaryrefslogtreecommitdiff
path: root/lib/rbot
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-06-29 21:55:59 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-06-29 21:55:59 +0200
commit4d9520759b5637433cc103f766d55c5fdeb04df5 (patch)
tree247c460ebf2bc7f8d9a3307f93a74f24eb18f86d /lib/rbot
parent123fc3dd723a044e729341eaedfb8cc75390ac84 (diff)
message.rb: suppress warning about duplicate method
Diffstat (limited to 'lib/rbot')
-rw-r--r--lib/rbot/message.rb5
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