Skip to content

Commit

Permalink
Fix some v4 modules declaring a dependency on v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Jul 3, 2024
1 parent 44433c9 commit 66a7d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 4/m_cve_2024_39844.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/// $ModAuthor: Sadie Powell
/// $ModAuthorMail: [email protected]
/// $ModDesc: Prevents clients from sending messages that trigger CVE-2024-39844.
/// $ModDepends: core 3
/// $ModDepends: core 4

#include "inspircd.h"

Expand Down
2 changes: 1 addition & 1 deletion 4/m_ircv3_extjwt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/// $ModAuthor: Sadie Powell
/// $ModAuthorMail: [email protected]
/// $ModDepends: core 3
/// $ModDepends: core 4
/// $ModDesc: Provides the DRAFT extjwt IRCv3 extension.

#include "inspircd.h"
Expand Down

0 comments on commit 66a7d02

Please sign in to comment.