Sha256: b7e5f6f3fa8613d39d935a9aa884c17e8bd7954339f488e5fe66af4cdcda1fde
Contents?: true
Size: 196 Bytes
Versions: 3
Compression:
Stored size: 196 Bytes
Contents
module Hipbot module Callbacks class Message < Base protected def ignore_message? sender, message_body message_body.empty? || sender.myself? end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hipbot-1.0.4 | lib/hipbot/callbacks/message.rb |
hipbot-1.0.3 | lib/hipbot/callbacks/message.rb |
hipbot-1.0.0 | lib/hipbot/callbacks/message.rb |