1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 07:36:38 +02:00

Update most URLs to use HTTPS if available, and fix some dead ones too.

This commit is contained in:
Robby
2018-11-10 15:15:05 +01:00
parent 9e7dadb967
commit b279863acb
28 changed files with 62 additions and 61 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ static ModuleReturn moduleCopyFile(const Anope::string &name, Anope::string &out
}
#endif
/* This code was found online at http://www.linuxjournal.com/article/3687#comment-26593
/* This code was found online at https://web.archive.org/web/20180318184211/https://www.linuxjournal.com/article/3687#comment-26593
*
* This function will take a pointer from either dlsym or GetProcAddress and cast it in
* a way that won't cause C++ warnings/errors to come up.