From 02557f67fb5207dc2b6b6ec0c19d76d1c9aef89f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?poljar=20=28Damir=20Jeli=C4=87=29?= Date: Sat, 27 Jan 2018 14:39:20 +0100 Subject: [PATCH] Clarify the comment about the callback scope for weechat. --- matrix.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matrix.py b/matrix.py index 4d93625..7ac09e2 100644 --- a/matrix.py +++ b/matrix.py @@ -40,8 +40,8 @@ from matrix.server import MatrixServer from matrix.socket import disconnect, send_or_queue, send -# Weechat searches for the registered callbacks in the global scope, import the -# callbacks here so weechat can find them. +# Weechat searches for the registered callbacks in the scope of the main script +# file, import the callbacks here so weechat can find them. from matrix.commands import ( hook_commands, hook_page_up,