Skip to content

Commit

Permalink
Fix version restrictions for v4 modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Jul 3, 2023
1 parent 4a21177 commit e5b22f6
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion 4/m_antisnoop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModConfig: <antisnoop exemptrank="10000">
/// $ModDesc: Adds a channel mode which limits the ability of snoopers.
/// $ModDepends: core 3
/// $ModDepends: core 4

#include "inspircd.h"
#include "extension.h"
Expand Down
2 changes: 1 addition & 1 deletion 4/m_asn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModDepends: core 3
/// $ModDepends: core 4
/// $ModDesc: Allows banning users based on Autonomous System number.


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

/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModConfig: <autoaway checkperiod="5m" idleperiod="24h" message="Idle">
/// $ModDepends: core 3
/// $ModDepends: core 4
/// $ModDesc: Automatically marks idle users as away.


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

/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModConfig: <autodrop commands="CONNECT DELETE GET HEAD OPTIONS PATCH POST PUT TRACE">
/// $ModDepends: core 3
/// $ModDepends: core 4
/// $ModDesc: Allows clients to be automatically dropped if they execute certain commands before registration.


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

/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModConfig: <autokick message="Banned">
/// $ModDepends: core 3
/// $ModDepends: core 4
/// $ModDesc: Automatically kicks people who match a banned mask.


Expand Down
2 changes: 1 addition & 1 deletion 4/m_blockhighlight.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModConfig: <blockhighlight ignoreextmsg="yes" minlen="50" minusernum="10" reason="Mass highlight spam is not allowed" stripcolor="yes">
/// $ModDesc: Adds a channel mode which kills clients that mass highlight spam.
/// $ModDepends: core 3
/// $ModDepends: core 4

#include "inspircd.h"
#include "modules/exemption.h"
Expand Down
2 changes: 1 addition & 1 deletion 4/m_clientcheck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModDesc: Allows detection of clients by version string.
/// $ModDepends: core 3
/// $ModDepends: core 4

#include "inspircd.h"
#include "clientprotocolmsg.h"
Expand Down
2 changes: 1 addition & 1 deletion 4/m_complete.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModConfig: <complete maxsuggestions="10" minlength="3">
/// $ModDepends: core 3
/// $ModDepends: core 4
/// $ModDesc: Allows clients to automatically complete commands.


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

/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModConfig: <penalty name="INVITE" value="60">
/// $ModDepends: core 3
/// $ModDepends: core 4
/// $ModDesc: Allows the customisation of penalty levels.


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

/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModDepends: core 3
/// $ModDepends: core 4
/// $ModDesc: Allows services to add custom tags to messages sent by clients.


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

/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModConfig: <options defaulttopic="Welcome to your new channel. See #help for help.">
/// $ModDepends: core 3
/// $ModDepends: core 4
/// $ModDesc: Adds support for default channel topics.


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

/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModDepends: core 3
/// $ModDepends: core 4
/// $ModDesc: Adds support for Discord-style #1234 nick tags.


Expand Down
2 changes: 1 addition & 1 deletion 4/m_eventexec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModConfig: <eventexec event="startup|shutdown|rehash|link|unlink" command="command to execute goes here">
/// $ModDesc: Executes commands when a specified event occurs.
/// $ModDepends: core 3
/// $ModDepends: core 4


#include "inspircd.h"
Expand Down
2 changes: 1 addition & 1 deletion 4/m_exmode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModDepends: core 3
/// $ModDepends: core 4
/// $ModDesc: Adds the /EXMODE command which explains a mode change.


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

/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModConfig: <connect forceident="example">
/// $ModDepends: core 3
/// $ModDepends: core 4
/// $ModDesc: Allows forcing idents on users based on their connect class.


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

/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModDesc: Provides the /GEOLOCATE command which performs Geolocation lookups on arbitrary IP addresses.
/// $ModDepends: core 3
/// $ModDepends: core 4


#include "inspircd.h"
Expand Down
2 changes: 1 addition & 1 deletion 4/m_identmeta.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModDepends: core 3
/// $ModDepends: core 4
/// $ModDesc: Stores the ident given in USER as metadata.


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

/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModDesc: Adds a channel mode which limits the length of messages.
/// $ModDepends: core 3
/// $ModDepends: core 4

#include "inspircd.h"
#include "extension.h"
Expand Down
2 changes: 1 addition & 1 deletion 4/m_noidletyping.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModDepends: core 3
/// $ModDepends: core 4
/// $ModDesc: Prevents typing notifications from being sent to idle users.


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

/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModDesc: Sets channel mode +s (secret) when users try to set channel mode +p (private).
/// $ModDepends: core 3
/// $ModDepends: core 4

#include "inspircd.h"

Expand Down
2 changes: 1 addition & 1 deletion 4/m_qrcode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModDesc: Provides support for QR code generation via the /QRCODE command.
/// $ModConfig: <qrcode blockchar=" " darkcolour="black" lightcolour="white">
/// $ModDepends: core 3
/// $ModDepends: core 4


#include <qrencode.h>
Expand Down
2 changes: 1 addition & 1 deletion 4/m_solvemsg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModConfig: <solvemsg chanmsg="no" usermsg="yes">
/// $ModDepends: core 3
/// $ModDepends: core 4
/// $ModDesc: Requires users to solve a basic maths problem before messaging others.


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

/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModDepends: core 3
/// $ModDepends: core 4
/// $ModDesc: Adds stats character 'X' which shows unlinked servers.


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

/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModDepends: core 3
/// $ModDepends: core 4
/// $ModDesc: Allows services to forcibly oper a user.


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

/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModDepends: core 3
/// $ModDepends: core 4
/// $ModDesc: Allows users to be managed using services-assigned teams.


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

/// $ModAuthor: Sadie Powell <sadie@witchery.services>
/// $ModDepends: core 3
/// $ModDepends: core 4
/// $ModDesc: Adds the STDRPL command for testing client standard reply implementations.


Expand Down

0 comments on commit e5b22f6

Please sign in to comment.