alchemist-core 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,8 +12,8 @@ module Alchemist
|
|
|
12
12
|
def handle_basics(message);end
|
|
13
13
|
def handle_compounds(message);end
|
|
14
14
|
def handle_messages(message);end
|
|
15
|
-
def
|
|
16
|
-
def
|
|
15
|
+
def handle_avatars(message);end
|
|
16
|
+
def handle_location(message);end
|
|
17
17
|
def handle_error(message);end
|
|
18
18
|
def handle_element(message);end
|
|
19
19
|
def handle_noelement(message);end
|