weechat-otr
weechat-otr copied to clipboard
Work on other plugin's input/output
Hi,
I'm using jabber.py to use weechat as native jabber client without the need of bitlbee.
the server
variable of jabber.py sessions is empty as it's no IRC-Server. therefore /quote
calls of otr.py fail.
There's also no input-parsing if the partner engages in a OTR-session.
Is there a way to use the buffer-api (if this supports it, havent checked it yet) instead of the /quote -server
?
Cheers, f0o
I looked into making the script work with jabber.py but could not find a way to hook from one script into another.
The buffer API is a good idea and I'll take another look to see if there is any way we could make it work.