From 94cdb19c06f47ea9e78953654a3277bf6ce47381 Mon Sep 17 00:00:00 2001 From: whtsky Date: Sat, 23 Mar 2013 14:27:15 +0800 Subject: [PATCH] bug fix --- werobot/robot.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/werobot/robot.py b/werobot/robot.py index dbb70d5c..623958b1 100644 --- a/werobot/robot.py +++ b/werobot/robot.py @@ -12,7 +12,10 @@ class WeRoBot(object): def __init__(self, token): self._handlers = { - "hello": [], + "subscribe": [], + "unsubscribe": [], + "click": [], + "link": [], "text": [], "image": [], "location": [],