lib/protonbot/plugin.rb in protonbot-0.3.1 vs lib/protonbot/plugin.rb in protonbot-0.3.2

- old
+ new

@@ -39,10 +39,9 @@ @name raise ProtonBot::PluginError, 'Plugin-description is not set!' unless @description raise ProtonBot::PluginError, 'Plugin-description is not set!' unless @description - log.info("Started plugin `#{@name} v#{@version}` successfully!") end # Creates hook and returns it # @param pattern [Hash<Symbol>] # @param block [Proc]