Skip to content
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 script/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ function (con, args)
local found, char = u.getConnection(string.lower(args.character))
if found == true then
s.logMessage("ignore_notify", con, nil, char, nil)
u.sendError(char, 20, u.getName(con).." does not wish to receive messages from you.")
u.sendError(char, 20, u.getName(con).." does not wish to receive messages from you. Please note that attempting to contact this user further through any means would be a [url=https://wiki.f-list.net/Code_of_Conduct#Defamation_and_Harassment/]severe rule violation.[/url]")
end
end
else
Expand Down