#!/bin/sh

cat <<EOF
*
* To load this script, execute the following command in WeeChat:
* /script load weechat-matrix.py
* To load it automatically during WeeChat startup, use:
* $ mkdir -p ~/.local/share/weechat/python/autoload
* $ ln -s /usr/share/weechat/python/weechat-matrix.py -t ~/.local/share/weechat/python/autoload
*
EOF

exit 0