WebIRC wiki

xcps
2016-06-24 19:47:17 -04:00
parent 8811a9e980
commit f0290c0fda

@@ -9,5 +9,31 @@ and many more.
## Browsing and hosting websites
## Using and hosting chat servers
# IRC
This is just a server tunnel for IRC, if your IRC server doesn't support WebIRC. Put it in ~/.i2pd/tunnels.conf
[walker]
type = irc
host = 127.0.0.1 <--- IRC server address
port = 5555 <--- IRC server port
keys = walker-key.dat
But if your IRC server supports WebIRC, for example, UnreadIRCd, put this into UnrealIRCd config:
webirc {
mask 127.0.0.1;
password <your_password>; // no <> brackets around password!
};
And this in ~/.i2pd/tunnels.conf
[walker]
type = irc
host = 127.0.0.1
port = 5555 <--- UnrealIRCd listen port
keys = walker-key.dat
webircpassword = your_password <---- your WebIRC password
## File sharing