lib/pastehub/plugin_base.rb in pastehub-0.5.0 vs lib/pastehub/plugin_base.rb in pastehub-0.5.1
- old
+ new
@@ -34,9 +34,13 @@
module PasteHub
class PluginBase
def initialize
end
+ # display plugin's config info or status
+ def display_config
+ end
+
# for customization of newly arraived message.
def newly_arrived (message)
end
end
end