Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Link to SASL docs in "must use SASL" message #182

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/s_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ register_local_user(struct Client *client_p, struct Client *source_p, const char
{
ServerStats.is_ref++;
sendto_one_notice(source_p, ":*** Notice -- You need to identify via SASL to use this server");
exit_client(client_p, source_p, &me, "SASL access only");
exit_client(client_p, source_p, &me, "SASL access only - see https://freenode.net/kb/answer/sasl");
return (CLIENT_EXITED);
}

Expand Down