Clarify the comment about the callback scope for weechat.
This commit is contained in:
parent
53025b596f
commit
02557f67fb
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ from matrix.server import MatrixServer
|
||||||
from matrix.socket import disconnect, send_or_queue, send
|
from matrix.socket import disconnect, send_or_queue, send
|
||||||
|
|
||||||
|
|
||||||
# Weechat searches for the registered callbacks in the global scope, import the
|
# Weechat searches for the registered callbacks in the scope of the main script
|
||||||
# callbacks here so weechat can find them.
|
# file, import the callbacks here so weechat can find them.
|
||||||
from matrix.commands import (
|
from matrix.commands import (
|
||||||
hook_commands,
|
hook_commands,
|
||||||
hook_page_up,
|
hook_page_up,
|
||||||
|
|
Loading…
Reference in a new issue