From 55ff2dd5f7ddb58a75a0286590b760aae6c4c3e2 Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 1 Nov 2017 14:20:15 +0000 Subject: [PATCH] capibility :arrow_right: capability --- IRCLineHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRCLineHandler.py b/IRCLineHandler.py index 10afcca9..aa8dfb24 100644 --- a/IRCLineHandler.py +++ b/IRCLineHandler.py @@ -200,7 +200,7 @@ def handle_QUIT(data): @handler(description="The server is telling us about its capabilities!") def handle_CAP(data): - capibility_list = [] + capability_list = [] if len(data.args) > 2: capability_list = data.args[2].split() bot.events.on("received").on("cap").call(data=data,