Skip to content
Snippets Groups Projects
Commit 1d549139 authored by rswindell's avatar rswindell
Browse files

COPYRIGHT @-code already exists, use COPY instead.

parent 59179278
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ const char* sbbs_t::atcode(char* sp, char* str, size_t maxlen)
outchar(UNICODE_HORIZONTAL_ELLIPSIS, "...");
return nulstr;
}
if(strcmp(sp, "COPYRIGHT") == 0) {
if(strcmp(sp, "COPY") == 0) {
outchar(UNICODE_COPYRIGHT_SIGN, "(C)");
return nulstr;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment