1
0
Fork 0
mirror of https://github.com/pissnet/pissircd.git synced 2024-06-05 07:48:44 +01:00

Update modules.c - Fix small spelling error ()

[skip ci]
This commit is contained in:
Valerie Liu 2024-05-20 13:47:21 +08:00 committed by GitHub
parent f8b435957f
commit ca31150291
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1293,7 +1293,7 @@ int i;
if (!Callbacks[CALLBACKTYPE_CLOAK_KEY_CHECKSUM])
{
unreal_log(ULOG_ERROR, "config", "NO_CLOAKING_MODULE", NULL,
"No cloaking module loaded, you must load 1 of these modulese:\n"
"No cloaking module loaded, you must load 1 of these modules:\n"
"1) cloak_sha256 - if you are a new network starting with UnrealIRCd 6\n"
"2) cloak_md5 - the old one if migrating an existing network from UnrealIRCd 3.2/4/5\n"
"3) cloak_none - if you don't want to use cloaking at all\n"