Newer weechats need to use /python to load python scripts

This commit is contained in:
Colin Moller 2014-04-22 14:30:13 -07:00
parent cd4fd02c03
commit 6963fb0682

View file

@ -6,7 +6,7 @@ Requires an API key from http://pushbullet.com and a recentish version of Weecha
### Setup
- Place `weebullet.py` in `~/.weechat/python`
- `/script load weebullet.py`
- `/script load weebullet.py` (or `/python load weebullet.py` for newer weechats)
- `/set plugins.var.python.weebullet.api_key YOUR_API_KEY`
- Enjoy!