]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
message.rb: suppress warning about duplicate method
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 29 Jun 2008 19:55:59 +0000 (21:55 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 29 Jun 2008 19:55:59 +0000 (21:55 +0200)
lib/rbot/message.rb

index 6354ea11ffcdeb80e7d4ea9e61764e8c50713a6f..dd467329c9705c5e22f4e76f48d2f60dfcb0457f 100644 (file)
@@ -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