summaryrefslogtreecommitdiffstats
path: root/lib/Crawl/Bot/Plugin.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crawl/Bot/Plugin.pm')
-rw-r--r--lib/Crawl/Bot/Plugin.pm10
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/Crawl/Bot/Plugin.pm b/lib/Crawl/Bot/Plugin.pm
index c70e102..c95dd47 100644
--- a/lib/Crawl/Bot/Plugin.pm
+++ b/lib/Crawl/Bot/Plugin.pm
@@ -9,8 +9,16 @@ has bot => (
handles => [qw(say_all data_dir)],
);
-# not all plugins require a tick method
+# not all plugins require implementations here
sub tick { }
+sub said { }
+sub emoted { }
+sub chanjoin { }
+sub chanpart { }
+sub nick_change { }
+sub kicked { }
+sub topic { }
+sub userquit { }
__PACKAGE__->meta->make_immutable;
no Moose;