Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| docs:user-guide:services:znc [2018/02/17 21:59] – ↷ Page moved from doc:uci:znc to docs:user-guide:services:znc bobafetthotmail | docs:guide-user:services:proxy:znc [2020/05/14 21:32] – [User Definition] broadcomfail | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ZNC configuration | + | ====== ZNC IRC network bouncer |
| [[wp> | [[wp> | ||
| - | **Note:** This configuration is only for ZNC 0.094 or later. | + | Notes: |
| - | + | | |
| - | **Note:** 10.03.1-rc4' | + | * 10.03.1-rc4' |
| - | + | * 10.03.1-rc4' | |
| - | **Note:** 10.03.1-rc4' | + | |
| ===== Sections ===== | ===== Sections ===== | ||
| Line 12: | Line 11: | ||
| ==== Common Options ==== | ==== Common Options ==== | ||
| - | |||
| The common section defines where ZNC is supposed to listen, which global modules should be loaded and some other global options. | The common section defines where ZNC is supposed to listen, which global modules should be loaded and some other global options. | ||
| A minimum configuration looks like this: | A minimum configuration looks like this: | ||
| - | | '' | ||
| - | list ' | ||
| - | === Valid Options === | + | <code bash> |
| + | config ' | ||
| + | list ' | ||
| + | </ | ||
| + | === Valid Options === | ||
| ^ Name ^ Type ^ Required ^ Default ^ Description ^ | ^ Name ^ Type ^ Required ^ Default ^ Description ^ | ||
| | '' | | '' | ||
| Line 36: | Line 36: | ||
| ==== User Definition ==== | ==== User Definition ==== | ||
| - | |||
| For each connection you want to use you need to create a separate user. Each user section corresponds to one user in ZNC. The section name is the user name for authentication to ZNC itself. | For each connection you want to use you need to create a separate user. Each user section corresponds to one user in ZNC. The section name is the user name for authentication to ZNC itself. | ||
| A minimal user configuration looks like this: | A minimal user configuration looks like this: | ||
| - | | '' | + | <code bash> |
| + | config ' | ||
| option ' | option ' | ||
| - | option ' | + | option ' |
| + | </ | ||
| This would create a user with the login '' | This would create a user with the login '' | ||
| === Valid Options === | === Valid Options === | ||
| - | |||
| ^ Name ^ Type ^ Required ^ Default ^ Description ^ | ^ Name ^ Type ^ Required ^ Default ^ Description ^ | ||
| | '' | | '' | ||
| Line 60: | Line 61: | ||
| | '' | | '' | ||
| | '' | | '' | ||
| + | <code bash> | ||
| + | znc / | ||
| + | [ ** ] Unrecognized command line arguments. | ||
| + | [ ** ] Did you mean to run `/znc / | ||
| + | [ ** ] Hint: `/znc / | ||
| + | </ | ||
| + | |||
| + | |||