Advertisement
Rikairchy

Connecting to ZNC

Apr 18th, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. For mIRC:
  2. Add the following to your remotes script:
  3.  
  4. on *:START:{
  5. server hosting.rikairchy.net +5050 user/net:password
  6. server -m hosting.rikairchy.net +5050 user/net2:password
  7. server -m hosting.rikairchy.net +5050 user/net3:password
  8. server -m hosting.rikairchy.net +5050 user/net4:password
  9. server -m hosting.rikairchy.net +5050 user/net5:password
  10. }
  11.  
  12. For those not on mIRC:
  13. You must connect to ZNC once per network. If you have two networks, you must connect twice.
  14. The address is hosting.rikairchy.net
  15. The port is 4950 or 5050 (SSL)
  16. To authenticate to ZNC, you must use the format user/network:password in the "server password authentication" field.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement