From f4b92c5c224f8aeffc8ffb9b372fc9b25bac2559 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sat, 17 Dec 2022 15:36:37 +0300 Subject: Mediawiki considers URLs with and without a trailing slash as different pages, see https://phabricator.wikimedia.org/T14703 --- protocols/IRCG/src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/IRCG') diff --git a/protocols/IRCG/src/version.h b/protocols/IRCG/src/version.h index c6502c7b6c..273e48ec22 100644 --- a/protocols/IRCG/src/version.h +++ b/protocols/IRCG/src/version.h @@ -8,7 +8,7 @@ #define __DESCRIPTION "Internet Relay Chat (IRC) protocol support for Miranda NG." #define __AUTHOR "Miranda team" #define __COPYRIGHT "© 2003-22 Jurgen Persson, George Hazan" -#define __AUTHORWEB "https://miranda-ng.org/p/IRC/" +#define __AUTHORWEB "https://miranda-ng.org/p/IRC" #define __PLUGIN_NAME "IRC protocol" #define __FILENAME "IRC.dll" -- cgit v1.2.3