Search found 2 matches
- Mon Jun 10, 2024 2:23 am
- Forum: News and Releases
- Topic: UnrealIRCd celebrates its 25th birthday
- Replies: 1
- Views: 10034
Re: UnrealIRCd celebrates its 25th birthday
This month UnrealIRCd celebrates its 25th birthday. IRC changed over all those years. There's a clear consolidation, with fewer IRC networks now than before, but IRC is still alive and kicking. That's in part due to a persistent user base but also very much thanks to all those people who keep IRC ...
- Mon Jun 10, 2024 2:17 am
- Forum: Services
- Topic: Help setting up Anope!
- Replies: 9
- Views: 38442
Re: Help setting up Anope!
how do i connect the anope to my server?
Simply:
link services.scratchware.xyz
{ incoming { mask *; };
outgoing {
bind-ip 127.0.0.1;
hostname 127.0.0.1;
port 6900;
options { ssl; }; };
password "********"; /* SSL fingerprint of other server */
class servers;
};
Bye...