summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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