anonircd/README.md

37 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

# AnonIRCd
[![Donate via LiberaPay](https://img.shields.io/liberapay/receives/rocketnine.space.svg?logo=liberapay)](https://liberapay.com/rocketnine.space)
[![Donate via Patreon](https://img.shields.io/badge/dynamic/json?color=%23e85b46&label=Patreon&query=data.attributes.patron_count&suffix=%20patrons&url=https%3A%2F%2Fwww.patreon.com%2Fapi%2Fcampaigns%2F5252223)](https://www.patreon.com/rocketnine)
2021-06-25 05:47:18 +00:00
Anonymous IRC daemon
2017-07-25 21:21:55 +00:00
All messages appear to be written by the user **Anonymous**.
#### Try AnonIRCd by joining AnonIRC
2016-09-06 07:04:36 +00:00
2016-09-07 08:54:16 +00:00
Connect to [**z.1chan.us:6667**](irc://z.1chan.us:6667) or [**:6697 (SSL)**](ircs://z.1chan.us:6697).
2016-09-07 08:54:16 +00:00
All new clients auto-join a channel named `#`. `/list` to see all non-secret channels. `/join #anonirc` if you'd like to discuss the daemon.
## Modes
Mode | Type | Description
--- | --- | ---
c | User & Channel | Hide user count (always set to 1)
D | User & Channel | Delay user count updates (joins/parts) until someone speaks
k *key* | Channel | Set channel key (password) required to join
l *limit* | Channel | Set user limit
## Install
Execute the following command to install AnonIRCd to `~/go/bin/anonircd`:
`go install code.rocketnine.space/tslocum/anonircd`
## Configure
TODO
## Support
Please share issues and suggestions [here](https://code.rocketnine.space/tslocum/anonircd/issues).