ref: a04925b020bd4f1a0bef424ddde7448d3bc5d670
parent: 39b7798c5aefe7c3a7c8ab9f62eda62206403dde
author: Christoph Lohmann <[email protected]>
date: Mon Nov 1 15:08:21 EDT 2021
Update IRC contact for __20h__ in case of main() terrorism.
--- a/src/cmd/cc/cc1/decl.c
+++ b/src/cmd/cc/cc1/decl.c
@@ -247,7 +247,7 @@
sclass = EXTERN;
if (!strcmp(name, "main") && tp->type != inttype) {
errorp("main shall be defined with a return type of int");
- errorp("please contact __20h__ on irc.freenode.net (#bitreich-en) via IRC");
+ errorp("please contact __20h__ on irc.bitreich.org (#bitreich-en) via IRC");
}
}