We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee54615 commit a9d89aaCopy full SHA for a9d89aa
1 file changed
plugins/chatbot.py
@@ -20,7 +20,7 @@
20
SESSION = collections.OrderedDict()
21
API_URL = "http://www.cleverbot.com/webservicemin/"
22
23
-@hook.onload()
+@hook.on_start()
24
def init_vars():
25
SESSION['stimulus'] = ""
26
SESSION['sessionid'] = ""
0 commit comments