irssi-relay is a simple script to provide a representation of irssi's data structures using the weechat relay protocol.
simply put, it allows you to use the same irc connection you know and love from other user interfaces, like glowing-bear.
got an itch to scratch? that's great. feel free to submit a pull request! :)
- put the script in your .irssi/scripts/autorun directory.
- configure it (see the ipw_ settings, most interesting ones are ipw_port, ipw_host and ipw_password)
- load it (using
/script load autorun/weechat-relay.pl) - connect your client
irssi-relay is the culmination of a tireless amount of effort from (but not limited to) the following people:
- Thomas Stagner (large amounts of implementation, reverse-engineering)
- Robin Burchell (initial ideas & implementation, reverse-engineering)
- Timothy J Fontaine (irssi_proxy_websocket, the basis for this work)