summaryrefslogtreecommitdiff
path: root/Avalon.pm
diff options
context:
space:
mode:
authorJulien Dessaux2014-12-04 13:11:28 +0100
committerJulien Dessaux2014-12-04 19:53:24 +0100
commit6f87407bfcc7c8bdef3d23f96fa13c15c0d7a9cb (patch)
tree35f609160633a2f8b82197ea388cb287dccb3d44 /Avalon.pm
parentUpdated bot configuration (diff)
downloadavalon-arthur-6f87407bfcc7c8bdef3d23f96fa13c15c0d7a9cb.tar.gz
avalon-arthur-6f87407bfcc7c8bdef3d23f96fa13c15c0d7a9cb.tar.bz2
avalon-arthur-6f87407bfcc7c8bdef3d23f96fa13c15c0d7a9cb.zip
Protocol update
Diffstat (limited to '')
-rw-r--r--Avalon.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/Avalon.pm b/Avalon.pm
index 6940c01..8fd76d8 100644
--- a/Avalon.pm
+++ b/Avalon.pm
@@ -1,6 +1,6 @@
package Bot::BasicBot::Pluggable::Module::Avalon;
{
- $Avalon::Arthur::VERSION = '0.01';
+ $Avalon::Arthur::VERSION = '0.02';
};
use strict;
@@ -34,6 +34,7 @@ sub told {
when ("UNREGISTERED") {}
when ("GAMESTART") {}
when ("ROLE") {}
+ when ("EVIL") {}
when ("KING") {}
when ("RULENOW") {}
when ("TEAM") {}
@@ -47,6 +48,8 @@ sub told {
when ("WINNERSIDE") {}
when ("INFO") {}
when ("GAMEURL") {}
+ when ("ERR_BAD_ARGUMENTS") {}
+ when ("ERR_BAD_DESTINATION") {}
when ("ERR_NICK_RESERVED") {}
when ("ERR_PROTOCOL_MISMATCH") {}
when ("ERR_BANNED") {}