Skip to content
Snippets Groups Projects
Commit ae026e3e authored by Claude Becker's avatar Claude Becker
Browse files

weechat: irc.phys

parent 6f32d80d
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,8 @@ Configuration
Commands to join our chat channel:
```
/server add eth irc.ethz.ch/6667
/connect eth
/server add phys irc.phys.ethz.ch/6697
/connect phys
/join #isgphys
/nick johndoe
```
......@@ -41,10 +41,10 @@ whois_double_nick = off
nicks = "<nick>,<nick>_,<nick>__,<your_username>"
ssl_priorities = "NORMAL:-VERS-SSL3.0"
username = "<your_username>"
eth.addresses = "irc.ethz.ch/6667"
eth.ssl = off
eth.autoconnect = on
eth.autojoin = "#isgphys"
phys.addresses = "irc.phys.ethz.ch/6697"
phys.ssl = on
phys.autoconnect = on
phys.autojoin = "#isgphys"
```
### Plugins
......@@ -88,7 +88,7 @@ Weechat can act as small irc server to which other clients can connect. This all
The following weechat commands activate the IRC proxy
```
/relay add ssl.irc.eth 8001 # activate ssl-encrypted irc relay for the ETH server on port 8001
/relay add ssl.irc.phys 8001 # activate ssl-encrypted irc relay for the PHYS server on port 8001
/set relay.network.passwort <randompassword> # define a password for relay connections
/relay sslcertkey # (re-)load the
/save # save configuration changes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment