X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fserv_extensions.c;h=7c16b6e0af37c9c9097822fef629186668304411;hp=73a1b7911094dc48858a5cf95b5d2c824c1fcee5;hb=e830265f9a3238898ea25e8ed4782e50f2b7a775;hpb=554b4865ddb1cd09b9311b13307b61abf4f1b22d diff --git a/citadel/serv_extensions.c b/citadel/serv_extensions.c index 73a1b7911..7c16b6e0a 100644 --- a/citadel/serv_extensions.c +++ b/citadel/serv_extensions.c @@ -2,7 +2,7 @@ * Citadel Extension Loader * Originally written by Brian Costello * - * Copyright (c) 1987-2019 by the citadel.org team + * Copyright (c) 1987-2020 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 3. @@ -110,7 +110,7 @@ XmsgFunctionHook *XmsgHookTable = NULL; /* * RoomFunctionHook extensions are used for hooks which impliment room - * processing functions when new messages are added EG. SIEVE. + * processing functions when new messages are added. */ typedef struct RoomFunctionHook RoomFunctionHook; struct RoomFunctionHook {