diff options
| author | Mistivia <i@mistivia.com> | 2025-10-23 23:47:55 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-10-23 23:47:55 +0800 |
| commit | e1b67e5d2e13acbf0bf1673025e129556679e5cf (patch) | |
| tree | b3e3fd6699590a098d1861186ebc559111370832 /ngircd/config.ini.example | |
| parent | c8aeef18cb46a617b6397b9822263895e97e9048 (diff) | |
add ircbot
Diffstat (limited to 'ngircd/config.ini.example')
| -rw-r--r-- | ngircd/config.ini.example | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ngircd/config.ini.example b/ngircd/config.ini.example new file mode 100644 index 0000000..e8a5f77 --- /dev/null +++ b/ngircd/config.ini.example @@ -0,0 +1,18 @@ +[Global] +Name = raye.mistivia.com +Info = IRC Server +Listen = 0.0.0.0, :: +Ports = 6667 +ServerUID = 100 +ServerGID = 100 + +[Limits] +MaxNickLength = 20 +MaxConnectionsIP = 99999 + +[Operator] +Name = xxx +Password = xxxxxx + +[Options] +OperCanUseMode = yes |
