Anonymous IRC daemon
|
||
---|---|---|
.gitignore | ||
AUTHORS | ||
channel.go | ||
client.go | ||
database.go | ||
entity.go | ||
entity_test.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
odyssey.go | ||
README.md | ||
server.go | ||
utilities.go |
AnonIRCd
Anonymous IRC daemon
All messages appear to be written by the user Anonymous.
Try AnonIRCd by joining AnonIRC
Connect to z.1chan.us:6667 or :6697 (SSL).
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.