From 2a7da655748d4e4bfc1ff525974c58c174b23424 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Thu, 23 Sep 2021 19:31:28 +0200 Subject: [PATCH] Fix header: wallops -> usermodes/wallops --- src/modules/usermodes/wallops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/usermodes/wallops.c b/src/modules/usermodes/wallops.c index 41b005200..934225085 100644 --- a/src/modules/usermodes/wallops.c +++ b/src/modules/usermodes/wallops.c @@ -28,7 +28,7 @@ CMD_FUNC(cmd_wallops); ModuleHeader MOD_HEADER = { - "wallops", + "usermodes/wallops", "5.0", "command /wallops", "UnrealIRCd Team",