-
Notifications
You must be signed in to change notification settings - Fork 277
installing webirc
Note: This is only possible if you have access to change the IRC networks configuration
Once you have Kiwi IRC running and connecting to your Network, you will probably want to pass the users IP address to your IRC servers. This will allow you to enforce bans, connection limits and other IRC features.
Kiwi IRC uses the WEBIRC protocol to pass the clients information to your network. This requires a password that is used in both Kiwi and your IRC server configuration. When a user connects to your network, Kiwi will send this password along with the clients IP address and hostname to your network.
-
In your config.js, find the
conf.webirc_pass
section. This is the section that lists IRC server addresses with that servers WEBIRC password in the form of'irc.network.com' : 'your_password'
. The server address here must match the address the user is connecting to. If the IRC address people use to access your network is 'irc.network.com', you must also use 'irc.network.com' for Kiwi to recognise the password. -
Insert the same password into your IRC servers configuration. You can find exact details in your IRC servers documentation on how to do this. Most servers also require a hostname - this will be the address outgoing connections are made from your Kiwi server. Unless your IRC server is on 127.0.0.1, in most cases using the Kiwi servers external IP address here will work.
-
Restart or "rehash" your IRC server.
-
Restart Kiwi
$ ./kiwi restart
You should now be able to see your users correct information on your network.
Officially mirrored at https://kiwiirc.com/docs/