Class: Irc::Bot::MessageMapper::NotPrivateFailure

Inherits:
FriendlyFailure show all
Defined in:
lib/rbot/messagemapper.rb

Constant Summary collapse

STRING =
"template %{template} is not configured for private messages"
FRIENDLY =
"the command must not be given in private"

Instance Attribute Summary

Attributes inherited from Failure

#message, #template

Method Summary

Methods inherited from FriendlyFailure

#friendly

Methods inherited from Failure

#initialize, #to_s

Constructor Details

This class inherits a constructor from Irc::Bot::MessageMapper::Failure