Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tutorials:weechat_relay [2014/01/18 13:08] – Markdown and reorganization of titles. chalstutorials:weechat_relay [2017/02/14 07:17] (current) – Fixing grammar chals
Line 1: Line 1:
 Quoting the official //weechat// documentation: //"The Relay plugin can act as an IRC proxy: it will simulate an IRC server, and you can connect to WeeChat with any other IRC client (including WeeChat itself). You can define one port by IRC server, or one generic port for all servers."// Quoting the official //weechat// documentation: //"The Relay plugin can act as an IRC proxy: it will simulate an IRC server, and you can connect to WeeChat with any other IRC client (including WeeChat itself). You can define one port by IRC server, or one generic port for all servers."//
  
-Weechat supports two different relay protocols: ''irc'' and ''weechat''. The ''weechat'' protocol is easier to setup but has the disadvantage that you can only connect to it with a client that supports it (for example, //weechat// itself, //QWeeChat// or //weechat-android//). The ''irc'' one is a bit longer to setup depending on how many irc networks you connect to, but it is very easy to use and you can connect to it with almost all irc clients. Choose between the two following setups the one that best suits your needs.+Weechat supports two different relay protocols: ''irc'' and ''weechat''. The ''weechat'' protocol is easier to set up but it has the disadvantage that you can only connect to it with a client that supports it (for example, //weechat// itself, //QWeeChat// or //weechat-android//). The ''irc'' one is a bit longer to setup depending on how many irc networks you connect to, but it is very easy to use and you can connect to it with almost all irc clients. Choose between the two following setups the one that best suits your needs.
  
 **Using the IRC protocol:** **Using the IRC protocol:**
Line 83: Line 83:
 * First add the relay * First add the relay
  
-    /relay add weechat port+  /relay add weechat port
  
 //Example//: /relay add weechat 007 //Example//: /relay add weechat 007
Line 89: Line 89:
 * Set the password * Set the password
  
-    /set relay.network.password "password"+  /set relay.network.password "password"
  
 //Example//: /set relay.network.password “james_bond” //Example//: /set relay.network.password “james_bond”
Line 95: Line 95:
 **2.- Now on the client side:** **2.- Now on the client side:**
  
-Simply connect from your client to //sdfeu.org// using your port and your password. Your client will connect and retrieve the backlog.+Simply connect from your client to //sdfeu.org// using your port and your password. Your client will connect to all networks and channels and retrieve the backlog.