summaryrefslogtreecommitdiffstats
path: root/lib/Crawl/Bot/Plugin.pm
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2012-08-01 23:15:35 -0500
committerNeil Moore <neil@s-z.org>2012-08-01 23:15:35 -0500
commit2d4a4d4a213ba467c2b8bc576f41a0b5bc32ec20 (patch)
treeaf5991d6502ada7c3fefc3538877b84498c1792e /lib/Crawl/Bot/Plugin.pm
parentc256ddc4dd6c4150fe6e80c0dc2e9e13a66866f8 (diff)
downloadcrawlbot-2d4a4d4a213ba467c2b8bc576f41a0b5bc32ec20.tar.gz
crawlbot-2d4a4d4a213ba467c2b8bc576f41a0b5bc32ec20.zip
Add a new %puppet command.
Usable only by someone on the list of admin nicks (currently, me). Usage is: %pup I will say this in the primary channel (##crawl-dev) %pupe will emote this in the primary channel %pupa I will say this in all channels %pupae will emote this in all channels %pup ##crawl I will say this in the single named channel %pupe ##crawl will emote this in the single named channel
Diffstat (limited to 'lib/Crawl/Bot/Plugin.pm')
-rw-r--r--lib/Crawl/Bot/Plugin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crawl/Bot/Plugin.pm b/lib/Crawl/Bot/Plugin.pm
index 6ef7c80..0661f24 100644
--- a/lib/Crawl/Bot/Plugin.pm
+++ b/lib/Crawl/Bot/Plugin.pm
@@ -6,7 +6,7 @@ has bot => (
isa => 'Crawl::Bot',
required => 1,
weak_ref => 1,
- handles => [qw(say say_all data_dir)],
+ handles => [qw(emote say say_all data_dir)],
);
# not all plugins require implementations here