diff options
| author | Mistivia <i@mistivia.com> | 2025-10-23 23:44:03 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-10-23 23:44:07 +0800 |
| commit | c8aeef18cb46a617b6397b9822263895e97e9048 (patch) | |
| tree | ebe127e7c194039f315b74a5998b05a271c57b9d /ngircd/config.ini | |
add ircd
Diffstat (limited to 'ngircd/config.ini')
| -rw-r--r-- | ngircd/config.ini | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ngircd/config.ini b/ngircd/config.ini new file mode 100644 index 0000000..e8a5f77 --- /dev/null +++ b/ngircd/config.ini @@ -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 |
