diff --git a/src/modules/blacklist.c b/src/modules/blacklist.c index 46a52bce7..be9c44291 100644 --- a/src/modules/blacklist.c +++ b/src/modules/blacklist.c @@ -23,7 +23,7 @@ ModuleHeader MOD_HEADER(blacklist) = { "blacklist", - "4.0", + "4.2", "Check connecting users against DNS Blacklists", "3.2-b8-1", NULL diff --git a/src/modules/cap/link-security.c b/src/modules/cap/link-security.c index 91adf4c5f..3d1ba2be8 100644 --- a/src/modules/cap/link-security.c +++ b/src/modules/cap/link-security.c @@ -26,7 +26,7 @@ ModuleHeader MOD_HEADER(link_security) = { "link-security", - "4.0", + "4.2", "Link Security CAP", "3.2-b8-1", NULL diff --git a/src/modules/cap/plaintext-policy.c b/src/modules/cap/plaintext-policy.c index e7275182b..95bade26c 100644 --- a/src/modules/cap/plaintext-policy.c +++ b/src/modules/cap/plaintext-policy.c @@ -25,7 +25,7 @@ ModuleHeader MOD_HEADER(plaintext_policy) = { "plaintext-policy", - "4.0", + "4.2", "Plaintext Policy CAP", "3.2-b8-1", NULL diff --git a/src/modules/cap/sts.c b/src/modules/cap/sts.c index c893e6dc2..702a22e5d 100644 --- a/src/modules/cap/sts.c +++ b/src/modules/cap/sts.c @@ -25,7 +25,7 @@ ModuleHeader MOD_HEADER(sts) = { "sts", - "4.0", + "4.2", "Strict Transport Security CAP", "3.2-b8-1", NULL diff --git a/src/modules/certfp.c b/src/modules/certfp.c index e02aa3cc7..571e3525c 100644 --- a/src/modules/certfp.c +++ b/src/modules/certfp.c @@ -14,7 +14,7 @@ ModuleHeader MOD_HEADER(certfp) = { "certfp", - "4.0", + "4.2", "Certificate fingerprint", "3.2-b8-1", NULL diff --git a/src/modules/chanmodes/censor.c b/src/modules/chanmodes/censor.c index be1a0d8ee..e353a5023 100644 --- a/src/modules/chanmodes/censor.c +++ b/src/modules/chanmodes/censor.c @@ -9,7 +9,7 @@ ModuleHeader MOD_HEADER(censor) = { "chanmodes/censor", - "4.0", + "4.2", "Channel Mode +G", "3.2-b8-1", NULL, diff --git a/src/modules/chanmodes/issecure.c b/src/modules/chanmodes/issecure.c index f9ba128b7..d16b072c0 100644 --- a/src/modules/chanmodes/issecure.c +++ b/src/modules/chanmodes/issecure.c @@ -31,7 +31,7 @@ CMD_FUNC(issecure); ModuleHeader MOD_HEADER(issecure) = { "chanmodes/issecure", - "4.0", + "4.2", "Channel Mode +Z", "3.2-b8-1", NULL diff --git a/src/modules/chanmodes/link.c b/src/modules/chanmodes/link.c index af6863d54..789498c45 100644 --- a/src/modules/chanmodes/link.c +++ b/src/modules/chanmodes/link.c @@ -9,7 +9,7 @@ ModuleHeader MOD_HEADER(link) = { "chanmodes/link", - "4.0", + "4.2", "Channel Mode +L", "3.2-b8-1", NULL, diff --git a/src/modules/chanmodes/nocolor.c b/src/modules/chanmodes/nocolor.c index 9af7d0b8f..a2c0d882c 100644 --- a/src/modules/chanmodes/nocolor.c +++ b/src/modules/chanmodes/nocolor.c @@ -24,7 +24,7 @@ CMD_FUNC(nocolor); ModuleHeader MOD_HEADER(nocolor) = { "chanmodes/nocolor", - "4.0", + "4.2", "Channel Mode +c", "3.2-b8-1", NULL diff --git a/src/modules/chanmodes/noctcp.c b/src/modules/chanmodes/noctcp.c index 0c3787312..b580f994d 100644 --- a/src/modules/chanmodes/noctcp.c +++ b/src/modules/chanmodes/noctcp.c @@ -24,7 +24,7 @@ CMD_FUNC(noctcp); ModuleHeader MOD_HEADER(noctcp) = { "chanmodes/noctcp", - "4.0", + "4.2", "Channel Mode +C", "3.2-b8-1", NULL diff --git a/src/modules/chanmodes/noinvite.c b/src/modules/chanmodes/noinvite.c index 58ce3b7f4..9d57610d9 100644 --- a/src/modules/chanmodes/noinvite.c +++ b/src/modules/chanmodes/noinvite.c @@ -24,7 +24,7 @@ CMD_FUNC(noinvite); ModuleHeader MOD_HEADER(noinvite) = { "chanmodes/noinvite", - "4.0", + "4.2", "Channel Mode +V", "3.2-b8-1", NULL diff --git a/src/modules/chanmodes/nokick.c b/src/modules/chanmodes/nokick.c index 52b56c927..29917015c 100644 --- a/src/modules/chanmodes/nokick.c +++ b/src/modules/chanmodes/nokick.c @@ -23,7 +23,7 @@ ModuleHeader MOD_HEADER(nokick) = { "chanmodes/nokick", - "4.0", + "4.2", "Channel Mode +Q", "3.2-b8-1", NULL diff --git a/src/modules/chanmodes/noknock.c b/src/modules/chanmodes/noknock.c index de1ba2c08..e2697bdb4 100644 --- a/src/modules/chanmodes/noknock.c +++ b/src/modules/chanmodes/noknock.c @@ -22,7 +22,7 @@ ModuleHeader MOD_HEADER(noknock) = { "chanmodes/noknock", - "4.0", + "4.2", "Channel Mode +K", "3.2-b8-1", NULL diff --git a/src/modules/chanmodes/nonickchange.c b/src/modules/chanmodes/nonickchange.c index 189464140..da9a2e1fe 100644 --- a/src/modules/chanmodes/nonickchange.c +++ b/src/modules/chanmodes/nonickchange.c @@ -23,7 +23,7 @@ ModuleHeader MOD_HEADER(nonickchange) = { "chanmodes/nonickchange", - "4.0", + "4.2", "Channel Mode +N", "3.2-b8-1", NULL diff --git a/src/modules/chanmodes/nonotice.c b/src/modules/chanmodes/nonotice.c index 3df2be271..77976b15c 100644 --- a/src/modules/chanmodes/nonotice.c +++ b/src/modules/chanmodes/nonotice.c @@ -22,7 +22,7 @@ ModuleHeader MOD_HEADER(nonotice) = { "chanmodes/nonotice", - "4.0", + "4.2", "Channel Mode +T", "3.2-b8-1", NULL diff --git a/src/modules/chanmodes/operonly.c b/src/modules/chanmodes/operonly.c index 1c0fb672c..c49223951 100644 --- a/src/modules/chanmodes/operonly.c +++ b/src/modules/chanmodes/operonly.c @@ -24,7 +24,7 @@ CMD_FUNC(operonly); ModuleHeader MOD_HEADER(operonly) = { "chanmodes/operonly", - "4.0", + "4.2", "Channel Mode +O", "3.2-b8-1", NULL diff --git a/src/modules/chanmodes/permanent.c b/src/modules/chanmodes/permanent.c index 3e9d3e9a5..7ed011e18 100644 --- a/src/modules/chanmodes/permanent.c +++ b/src/modules/chanmodes/permanent.c @@ -22,7 +22,7 @@ ModuleHeader MOD_HEADER(permanent) = { "chanmodes/permanent", - "4.0", + "4.2", "Permanent channel mode (+P)", "3.2-b8-1", NULL diff --git a/src/modules/chanmodes/regonly.c b/src/modules/chanmodes/regonly.c index 345746a24..fafe9a97b 100644 --- a/src/modules/chanmodes/regonly.c +++ b/src/modules/chanmodes/regonly.c @@ -23,7 +23,7 @@ ModuleHeader MOD_HEADER(regonly) = { "chanmodes/regonly", - "4.0", + "4.2", "Channel Mode +R", "3.2-b8-1", NULL diff --git a/src/modules/chanmodes/regonlyspeak.c b/src/modules/chanmodes/regonlyspeak.c index 063c4b227..21838c2f3 100644 --- a/src/modules/chanmodes/regonlyspeak.c +++ b/src/modules/chanmodes/regonlyspeak.c @@ -23,7 +23,7 @@ ModuleHeader MOD_HEADER(regonlyspeak) = { "chanmodes/regonlyspeak", - "4.0", + "4.2", "Channel Mode +M", "3.2-b8-1", NULL diff --git a/src/modules/chanmodes/secureonly.c b/src/modules/chanmodes/secureonly.c index 7a1be8f39..1d95013d4 100644 --- a/src/modules/chanmodes/secureonly.c +++ b/src/modules/chanmodes/secureonly.c @@ -22,7 +22,7 @@ ModuleHeader MOD_HEADER(sslonly) = { "chanmodes/sslonly", - "4.0", + "4.2", "Channel Mode +z", "3.2-b8-1", NULL diff --git a/src/modules/chanmodes/stripcolor.c b/src/modules/chanmodes/stripcolor.c index 293a1eac8..25e401868 100644 --- a/src/modules/chanmodes/stripcolor.c +++ b/src/modules/chanmodes/stripcolor.c @@ -24,7 +24,7 @@ CMD_FUNC(stripcolor); ModuleHeader MOD_HEADER(stripcolor) = { "chanmodes/stripcolor", - "4.0", + "4.2", "Channel Mode +S", "3.2-b8-1", NULL diff --git a/src/modules/charsys.c b/src/modules/charsys.c index 730be15f1..076427b83 100644 --- a/src/modules/charsys.c +++ b/src/modules/charsys.c @@ -29,7 +29,7 @@ ModuleHeader MOD_HEADER(charsys) = { "charsys", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "Character System (set::allowed-nickchars)", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/extbans/account.c b/src/modules/extbans/account.c index ddc084fb2..efb18a495 100644 --- a/src/modules/extbans/account.c +++ b/src/modules/extbans/account.c @@ -21,7 +21,7 @@ ModuleHeader MOD_HEADER(account) = { "chanmodes/extbans/account", - "4.0", + "4.2", "ExtBan ~a - Ban/exempt by services account name", "3.2-b8-1", NULL diff --git a/src/modules/extbans/certfp.c b/src/modules/extbans/certfp.c index 044759f62..cc72593c1 100644 --- a/src/modules/extbans/certfp.c +++ b/src/modules/extbans/certfp.c @@ -21,7 +21,7 @@ ModuleHeader MOD_HEADER(certfp) = { "extbans/certfp", - "4.0", + "4.2", "ExtBan ~S - Ban/exempt by SHA256 SSL certificate fingerprint", "3.2-b8-1", NULL diff --git a/src/modules/extbans/inchannel.c b/src/modules/extbans/inchannel.c index 75e9e50a0..073815688 100644 --- a/src/modules/extbans/inchannel.c +++ b/src/modules/extbans/inchannel.c @@ -21,7 +21,7 @@ ModuleHeader MOD_HEADER(inchannel) = { "chanmodes/extbans/inchannel", - "4.0", + "4.2", "ExtBan ~c - banned when in specified channel", "3.2-b8-1", NULL diff --git a/src/modules/extbans/join.c b/src/modules/extbans/join.c index 45fb3b32f..8ae080d75 100644 --- a/src/modules/extbans/join.c +++ b/src/modules/extbans/join.c @@ -21,7 +21,7 @@ ModuleHeader MOD_HEADER(join) = { "chanmodes/extbans/join", - "4.0", + "4.2", "Extban ~j - prevent join only", "3.2-b8-1", NULL diff --git a/src/modules/extbans/msgbypass.c b/src/modules/extbans/msgbypass.c index 4e3a5ab09..2670c91f8 100644 --- a/src/modules/extbans/msgbypass.c +++ b/src/modules/extbans/msgbypass.c @@ -21,7 +21,7 @@ ModuleHeader MOD_HEADER(msgbypass) = { "chanmodes/extbans/msgbypass", - "4.0", + "4.2", "ExtBan ~m - bypass +m/+n/+c/+S/+T (msgbypass)", "3.2-b8-1", NULL diff --git a/src/modules/extbans/nickchange.c b/src/modules/extbans/nickchange.c index b6961207c..526b4fb2c 100644 --- a/src/modules/extbans/nickchange.c +++ b/src/modules/extbans/nickchange.c @@ -21,7 +21,7 @@ ModuleHeader MOD_HEADER(nickchange) = { "chanmodes/extbans/nickchange", - "4.0", + "4.2", "ExtBan ~n - prevent nick-changes only", "3.2-b8-1", NULL diff --git a/src/modules/extbans/operclass.c b/src/modules/extbans/operclass.c index 2c78efaa4..635026747 100644 --- a/src/modules/extbans/operclass.c +++ b/src/modules/extbans/operclass.c @@ -21,7 +21,7 @@ ModuleHeader MOD_HEADER(operclass) = { "chanmodes/extbans/operclass", - "4.0", + "4.2", "ExtBan ~O - Ban/exempt operclass", "3.2-b8-1", NULL diff --git a/src/modules/extbans/quiet.c b/src/modules/extbans/quiet.c index 89219272a..ae5622782 100644 --- a/src/modules/extbans/quiet.c +++ b/src/modules/extbans/quiet.c @@ -21,7 +21,7 @@ ModuleHeader MOD_HEADER(quiet) = { "chanmodes/extbans/quiet", - "4.0", + "4.2", "ExtBan ~q - prevent messages only (quiet)", "3.2-b8-1", NULL diff --git a/src/modules/extbans/realname.c b/src/modules/extbans/realname.c index 54c219eb8..f92fa88cf 100644 --- a/src/modules/extbans/realname.c +++ b/src/modules/extbans/realname.c @@ -21,7 +21,7 @@ ModuleHeader MOD_HEADER(realname) = { "chanmodes/extbans/realname", - "4.0", + "4.2", "ExtBan ~r - Ban based on realname/gecos field", "3.2-b8-1", NULL diff --git a/src/modules/extbans/regnick.c b/src/modules/extbans/regnick.c index 1ef0cd8aa..45449554b 100644 --- a/src/modules/extbans/regnick.c +++ b/src/modules/extbans/regnick.c @@ -21,7 +21,7 @@ ModuleHeader MOD_HEADER(regnick) = { "chanmodes/extbans/regnick", - "4.0", + "4.2", "ExtBan ~R - Ban/exempt specific nick, but only if registered", "3.2-b8-1", NULL diff --git a/src/modules/jointhrottle.c b/src/modules/jointhrottle.c index 919d70d8c..e8911601c 100644 --- a/src/modules/jointhrottle.c +++ b/src/modules/jointhrottle.c @@ -30,7 +30,7 @@ ModuleHeader MOD_HEADER(jointhrottle) = { "jointhrottle", - "4.0", + "4.2", "Join flood protection (set::anti-flood::join-flood)", "3.2-b8-1", NULL, diff --git a/src/modules/m_addmotd.c b/src/modules/m_addmotd.c index 7b197a5d0..8a1e8e61d 100644 --- a/src/modules/m_addmotd.c +++ b/src/modules/m_addmotd.c @@ -29,7 +29,7 @@ CMD_FUNC(m_addmotd); ModuleHeader MOD_HEADER(m_addmotd) = { "m_addmotd", - "4.0", + "4.2", "command /addmotd", "3.2-b8-1", NULL diff --git a/src/modules/m_addomotd.c b/src/modules/m_addomotd.c index da2a862c9..42d297923 100644 --- a/src/modules/m_addomotd.c +++ b/src/modules/m_addomotd.c @@ -29,7 +29,7 @@ CMD_FUNC(m_addomotd); ModuleHeader MOD_HEADER(m_addomotd) = { "m_addomotd", - "4.0", + "4.2", "command /addomotd", "3.2-b8-1", NULL diff --git a/src/modules/m_admin.c b/src/modules/m_admin.c index 465ed0895..062b6406d 100644 --- a/src/modules/m_admin.c +++ b/src/modules/m_admin.c @@ -29,7 +29,7 @@ CMD_FUNC(m_admin); ModuleHeader MOD_HEADER(m_admin) = { "m_admin", - "4.0", + "4.2", "command /admin", "3.2-b8-1", NULL diff --git a/src/modules/m_away.c b/src/modules/m_away.c index 9b23d1df1..1de6d20cd 100644 --- a/src/modules/m_away.c +++ b/src/modules/m_away.c @@ -31,7 +31,7 @@ CMD_FUNC(m_away); DLLFUNC ModuleHeader MOD_HEADER(m_away) = { "m_away", - "4.0", + "4.2", "command /away", "3.2-b8-1", NULL diff --git a/src/modules/m_botmotd.c b/src/modules/m_botmotd.c index 572e1273f..4256878ee 100644 --- a/src/modules/m_botmotd.c +++ b/src/modules/m_botmotd.c @@ -29,7 +29,7 @@ CMD_FUNC(m_botmotd); ModuleHeader MOD_HEADER(m_botmotd) = { "m_botmotd", - "4.0", + "4.2", "command /botmotd", "3.2-b8-1", NULL diff --git a/src/modules/m_cap.c b/src/modules/m_cap.c index 001d6c19d..6ad87ea68 100644 --- a/src/modules/m_cap.c +++ b/src/modules/m_cap.c @@ -31,7 +31,7 @@ CMD_FUNC(m_cap); ModuleHeader MOD_HEADER(m_cap) = { "m_cap", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /cap", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_chghost.c b/src/modules/m_chghost.c index 38744be83..5d34db488 100644 --- a/src/modules/m_chghost.c +++ b/src/modules/m_chghost.c @@ -29,7 +29,7 @@ CMD_FUNC(m_chghost); ModuleHeader MOD_HEADER(m_chghost) = { "chghost", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "/chghost", /* Short description of module */ "3.2-b8-1", }; diff --git a/src/modules/m_chgident.c b/src/modules/m_chgident.c index e396c4f49..118c6dd62 100644 --- a/src/modules/m_chgident.c +++ b/src/modules/m_chgident.c @@ -29,7 +29,7 @@ CMD_FUNC(m_chgident); ModuleHeader MOD_HEADER(m_chgident) = { "chgident", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "/chgident", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_chgname.c b/src/modules/m_chgname.c index e41c8ac29..a944950df 100644 --- a/src/modules/m_chgname.c +++ b/src/modules/m_chgname.c @@ -28,7 +28,7 @@ CMD_FUNC(m_chgname); ModuleHeader MOD_HEADER(m_chgname) = { "chgname", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /chgname", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_close.c b/src/modules/m_close.c index c76118e5a..fe3e21c87 100644 --- a/src/modules/m_close.c +++ b/src/modules/m_close.c @@ -29,7 +29,7 @@ CMD_FUNC(m_close); ModuleHeader MOD_HEADER(m_close) = { "m_close", - "4.0", + "4.2", "command /close", "3.2-b8-1", NULL diff --git a/src/modules/m_connect.c b/src/modules/m_connect.c index f3b625d27..e7e394994 100644 --- a/src/modules/m_connect.c +++ b/src/modules/m_connect.c @@ -29,7 +29,7 @@ CMD_FUNC(m_connect); ModuleHeader MOD_HEADER(m_connect) = { "m_connect", - "4.0", + "4.2", "command /connect", "3.2-b8-1", NULL diff --git a/src/modules/m_cycle.c b/src/modules/m_cycle.c index e86af4ab3..74c0e5524 100644 --- a/src/modules/m_cycle.c +++ b/src/modules/m_cycle.c @@ -27,7 +27,7 @@ CMD_FUNC(m_cycle); ModuleHeader MOD_HEADER(m_cycle) = { "cycle", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /cycle", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_dccallow.c b/src/modules/m_dccallow.c index 0ff9f2ce6..565b43f82 100644 --- a/src/modules/m_dccallow.c +++ b/src/modules/m_dccallow.c @@ -29,7 +29,7 @@ CMD_FUNC(m_dccallow); ModuleHeader MOD_HEADER(m_dccallow) = { "m_dccallow", - "4.0", + "4.2", "command /dccallow", "3.2-b8-1", NULL diff --git a/src/modules/m_dccdeny.c b/src/modules/m_dccdeny.c index c8ebfcaa3..4202dc9e4 100644 --- a/src/modules/m_dccdeny.c +++ b/src/modules/m_dccdeny.c @@ -29,7 +29,7 @@ CMD_FUNC(m_dccdeny); ModuleHeader MOD_HEADER(m_dccdeny) = { "m_dccdeny", - "4.0", + "4.2", "command /dccdeny", "3.2-b8-1", NULL diff --git a/src/modules/m_eos.c b/src/modules/m_eos.c index 23002105c..e85e9c4a7 100644 --- a/src/modules/m_eos.c +++ b/src/modules/m_eos.c @@ -29,7 +29,7 @@ CMD_FUNC(m_eos); ModuleHeader MOD_HEADER(m_eos) = { "m_eos", - "4.0", + "4.2", "command /eos", "3.2-b8-1", NULL diff --git a/src/modules/m_globops.c b/src/modules/m_globops.c index 131217b36..b07fad257 100644 --- a/src/modules/m_globops.c +++ b/src/modules/m_globops.c @@ -29,7 +29,7 @@ CMD_FUNC(m_globops); ModuleHeader MOD_HEADER(m_globops) = { "m_globops", - "4.0", + "4.2", "command /globops", "3.2-b8-1", NULL diff --git a/src/modules/m_help.c b/src/modules/m_help.c index 5f55001d7..b339c1cc1 100644 --- a/src/modules/m_help.c +++ b/src/modules/m_help.c @@ -30,7 +30,7 @@ CMD_FUNC(m_help); ModuleHeader MOD_HEADER(m_help) = { "m_help", - "4.0", + "4.2", "command /help", "3.2-b8-1", NULL diff --git a/src/modules/m_invite.c b/src/modules/m_invite.c index e8902e63e..57bcccc65 100644 --- a/src/modules/m_invite.c +++ b/src/modules/m_invite.c @@ -29,7 +29,7 @@ CMD_FUNC(m_invite); ModuleHeader MOD_HEADER(m_invite) = { "m_invite", - "4.0", + "4.2", "command /invite", "3.2-b8-1", NULL diff --git a/src/modules/m_ison.c b/src/modules/m_ison.c index e205a99eb..5008233a2 100644 --- a/src/modules/m_ison.c +++ b/src/modules/m_ison.c @@ -29,7 +29,7 @@ CMD_FUNC(m_ison); ModuleHeader MOD_HEADER(m_ison) = { "m_ison", - "4.0", + "4.2", "command /ison", "3.2-b8-1", NULL diff --git a/src/modules/m_join.c b/src/modules/m_join.c index ddc1af0fb..f0b3a9959 100644 --- a/src/modules/m_join.c +++ b/src/modules/m_join.c @@ -45,7 +45,7 @@ static int bouncedtimes = 0; ModuleHeader MOD_HEADER(m_join) = { "m_join", - "4.0", + "4.2", "command /join", "3.2-b8-1", NULL diff --git a/src/modules/m_kick.c b/src/modules/m_kick.c index 8c1ac145c..9a13d5128 100644 --- a/src/modules/m_kick.c +++ b/src/modules/m_kick.c @@ -29,7 +29,7 @@ CMD_FUNC(m_kick); ModuleHeader MOD_HEADER(m_kick) = { "m_kick", - "4.0", + "4.2", "command /kick", "3.2-b8-1", NULL diff --git a/src/modules/m_kill.c b/src/modules/m_kill.c index b3350d938..9fab67042 100644 --- a/src/modules/m_kill.c +++ b/src/modules/m_kill.c @@ -29,7 +29,7 @@ static char buf[BUFSIZE], buf2[BUFSIZE]; ModuleHeader MOD_HEADER(m_kill) = { "kill", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /kill", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_knock.c b/src/modules/m_knock.c index cce65d002..ca914c93f 100644 --- a/src/modules/m_knock.c +++ b/src/modules/m_knock.c @@ -29,7 +29,7 @@ CMD_FUNC(m_knock); ModuleHeader MOD_HEADER(m_knock) = { "m_knock", - "4.0", + "4.2", "command /knock", "3.2-b8-1", NULL diff --git a/src/modules/m_lag.c b/src/modules/m_lag.c index ba36cc7de..47ca95afc 100644 --- a/src/modules/m_lag.c +++ b/src/modules/m_lag.c @@ -28,7 +28,7 @@ CMD_FUNC(m_lag); ModuleHeader MOD_HEADER(m_lag) = { "lag", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /lag", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_links.c b/src/modules/m_links.c index 3855ccef7..3e71bb291 100644 --- a/src/modules/m_links.c +++ b/src/modules/m_links.c @@ -29,7 +29,7 @@ CMD_FUNC(m_links); ModuleHeader MOD_HEADER(m_links) = { "m_links", - "4.0", + "4.2", "command /links", "3.2-b8-1", NULL diff --git a/src/modules/m_list.c b/src/modules/m_list.c index 6b69f1870..5f66018ad 100644 --- a/src/modules/m_list.c +++ b/src/modules/m_list.c @@ -30,7 +30,7 @@ void _send_list(aClient *cptr); ModuleHeader MOD_HEADER(m_list) = { "m_list", - "4.0", + "4.2", "command /list", "3.2-b8-1", NULL diff --git a/src/modules/m_locops.c b/src/modules/m_locops.c index 5f7c29f65..94bd7db4e 100644 --- a/src/modules/m_locops.c +++ b/src/modules/m_locops.c @@ -29,7 +29,7 @@ CMD_FUNC(m_locops); ModuleHeader MOD_HEADER(m_locops) = { "m_locops", - "4.0", + "4.2", "command /locops", "3.2-b8-1", NULL diff --git a/src/modules/m_lusers.c b/src/modules/m_lusers.c index e6cb32f83..2c61bb191 100644 --- a/src/modules/m_lusers.c +++ b/src/modules/m_lusers.c @@ -29,7 +29,7 @@ CMD_FUNC(m_lusers); ModuleHeader MOD_HEADER(m_lusers) = { "m_lusers", - "4.0", + "4.2", "command /lusers", "3.2-b8-1", NULL diff --git a/src/modules/m_map.c b/src/modules/m_map.c index 991965c6d..7bebb363c 100644 --- a/src/modules/m_map.c +++ b/src/modules/m_map.c @@ -29,7 +29,7 @@ CMD_FUNC(m_map); ModuleHeader MOD_HEADER(m_map) = { "m_map", - "4.0", + "4.2", "command /map", "3.2-b8-1", NULL diff --git a/src/modules/m_md.c b/src/modules/m_md.c index be83c6fee..9837d601a 100644 --- a/src/modules/m_md.c +++ b/src/modules/m_md.c @@ -11,7 +11,7 @@ ModuleHeader MOD_HEADER(m_md) = { "m_md", - "4.0", + "4.2", "command /MD (S2S only)", "3.2-b8-1", NULL diff --git a/src/modules/m_mdex.c b/src/modules/m_mdex.c index 261e7e48c..e0789a4fd 100644 --- a/src/modules/m_mdex.c +++ b/src/modules/m_mdex.c @@ -13,7 +13,7 @@ CMD_FUNC(m_mdex); ModuleHeader MOD_HEADER(m_mdex) = { "m_mdex", - "4.0", + "4.2", "Command /MDEX", "3.2-b8-1", NULL diff --git a/src/modules/m_message.c b/src/modules/m_message.c index 4bd6d2580..bc8b02af5 100644 --- a/src/modules/m_message.c +++ b/src/modules/m_message.c @@ -37,7 +37,7 @@ int m_message(aClient *cptr, aClient *sptr, int parc, char *parv[], int notice); ModuleHeader MOD_HEADER(m_message) = { "message", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "private message and notice", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_mkpasswd.c b/src/modules/m_mkpasswd.c index 5267e2844..95a463c16 100644 --- a/src/modules/m_mkpasswd.c +++ b/src/modules/m_mkpasswd.c @@ -31,7 +31,7 @@ CMD_FUNC(m_mkpasswd); ModuleHeader MOD_HEADER(m_mkpasswd) = { "m_mkpasswd", - "4.0", + "4.2", "command /mkpasswd", "3.2-b8-1", NULL diff --git a/src/modules/m_mode.c b/src/modules/m_mode.c index d802fe6bb..ce51a815c 100644 --- a/src/modules/m_mode.c +++ b/src/modules/m_mode.c @@ -52,7 +52,7 @@ static int samode_in_progress = 0; ModuleHeader MOD_HEADER(m_mode) = { "m_mode", - "4.0", + "4.2", "command /mode", "3.2-b8-1", NULL diff --git a/src/modules/m_motd.c b/src/modules/m_motd.c index 5e5876534..ddcfcd485 100644 --- a/src/modules/m_motd.c +++ b/src/modules/m_motd.c @@ -29,7 +29,7 @@ CMD_FUNC(m_motd); ModuleHeader MOD_HEADER(m_motd) = { "m_motd", - "4.0", + "4.2", "command /motd", "3.2-b8-1", NULL diff --git a/src/modules/m_names.c b/src/modules/m_names.c index 10a303e89..39970c779 100644 --- a/src/modules/m_names.c +++ b/src/modules/m_names.c @@ -29,7 +29,7 @@ CMD_FUNC(m_names); ModuleHeader MOD_HEADER(m_names) = { "m_names", - "4.0", + "4.2", "command /names", "3.2-b8-1", NULL diff --git a/src/modules/m_netinfo.c b/src/modules/m_netinfo.c index 230b39c27..124c2b3e2 100644 --- a/src/modules/m_netinfo.c +++ b/src/modules/m_netinfo.c @@ -29,7 +29,7 @@ CMD_FUNC(m_netinfo); ModuleHeader MOD_HEADER(m_netinfo) = { "m_netinfo", - "4.0", + "4.2", "command /netinfo", "3.2-b8-1", NULL diff --git a/src/modules/m_nick.c b/src/modules/m_nick.c index 1d6227a72..79682d7a7 100644 --- a/src/modules/m_nick.c +++ b/src/modules/m_nick.c @@ -25,7 +25,7 @@ ModuleHeader MOD_HEADER(m_nick) = { "m_nick", - "4.0", + "4.2", "command /nick", "3.2-b8-1", NULL diff --git a/src/modules/m_oper.c b/src/modules/m_oper.c index f3406c35c..3ac35139e 100644 --- a/src/modules/m_oper.c +++ b/src/modules/m_oper.c @@ -29,7 +29,7 @@ CMD_FUNC(m_oper); ModuleHeader MOD_HEADER(m_oper) = { "oper", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /oper", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_opermotd.c b/src/modules/m_opermotd.c index a6f0c2e60..d3d8c48ef 100644 --- a/src/modules/m_opermotd.c +++ b/src/modules/m_opermotd.c @@ -29,7 +29,7 @@ CMD_FUNC(m_opermotd); ModuleHeader MOD_HEADER(m_opermotd) = { "m_opermotd", - "4.0", + "4.2", "command /opermotd", "3.2-b8-1", NULL diff --git a/src/modules/m_part.c b/src/modules/m_part.c index f0d1e3b6e..506867493 100644 --- a/src/modules/m_part.c +++ b/src/modules/m_part.c @@ -29,7 +29,7 @@ CMD_FUNC(m_part); ModuleHeader MOD_HEADER(m_part) = { "m_part", - "4.0", + "4.2", "command /part", "3.2-b8-1", NULL diff --git a/src/modules/m_pass.c b/src/modules/m_pass.c index d76dd5913..5498a855b 100644 --- a/src/modules/m_pass.c +++ b/src/modules/m_pass.c @@ -30,7 +30,7 @@ extern MODVAR char zlinebuf[BUFSIZE]; ModuleHeader MOD_HEADER(m_pass) = { "m_pass", - "4.0", + "4.2", "command /pass", "3.2-b8-1", NULL diff --git a/src/modules/m_pingpong.c b/src/modules/m_pingpong.c index 7dac03ff2..88f54cd59 100644 --- a/src/modules/m_pingpong.c +++ b/src/modules/m_pingpong.c @@ -31,7 +31,7 @@ CMD_FUNC(m_nospoof); ModuleHeader MOD_HEADER(m_pingpong) = { "pingpong", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "ping, pong and nospoof", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_protoctl.c b/src/modules/m_protoctl.c index f6aaa52e6..9546ce89c 100644 --- a/src/modules/m_protoctl.c +++ b/src/modules/m_protoctl.c @@ -29,7 +29,7 @@ CMD_FUNC(m_protoctl); ModuleHeader MOD_HEADER(m_protoctl) = { "m_protoctl", - "4.0", + "4.2", "command /protoctl", "3.2-b8-1", NULL diff --git a/src/modules/m_quit.c b/src/modules/m_quit.c index df7f4b581..856454a35 100644 --- a/src/modules/m_quit.c +++ b/src/modules/m_quit.c @@ -27,7 +27,7 @@ CMD_FUNC(m_quit); ModuleHeader MOD_HEADER(m_quit) = { "quit", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /quit", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_rules.c b/src/modules/m_rules.c index 5466a8600..473ed3983 100644 --- a/src/modules/m_rules.c +++ b/src/modules/m_rules.c @@ -29,7 +29,7 @@ CMD_FUNC(m_rules); ModuleHeader MOD_HEADER(m_rules) = { "m_rules", - "4.0", + "4.2", "command /rules", "3.2-b8-1", NULL diff --git a/src/modules/m_sajoin.c b/src/modules/m_sajoin.c index 41839b7f9..451f4f0ca 100644 --- a/src/modules/m_sajoin.c +++ b/src/modules/m_sajoin.c @@ -29,7 +29,7 @@ CMD_FUNC(m_sajoin); ModuleHeader MOD_HEADER(m_sajoin) = { "m_sajoin", - "4.0", + "4.2", "command /sajoin", "3.2-b8-1", NULL diff --git a/src/modules/m_samode.c b/src/modules/m_samode.c index 2d79448c3..7b24e7c0a 100644 --- a/src/modules/m_samode.c +++ b/src/modules/m_samode.c @@ -29,7 +29,7 @@ CMD_FUNC(m_samode); ModuleHeader MOD_HEADER(m_samode) = { "m_samode", - "4.0", + "4.2", "command /samode", "3.2-b8-1", NULL diff --git a/src/modules/m_sapart.c b/src/modules/m_sapart.c index 0852b016f..aa8c959bf 100644 --- a/src/modules/m_sapart.c +++ b/src/modules/m_sapart.c @@ -29,7 +29,7 @@ CMD_FUNC(m_sapart); ModuleHeader MOD_HEADER(m_sapart) = { "m_sapart", - "4.0", + "4.2", "command /sapart", "3.2-b8-1", NULL diff --git a/src/modules/m_sasl.c b/src/modules/m_sasl.c index b6aac54bb..04be57b07 100644 --- a/src/modules/m_sasl.c +++ b/src/modules/m_sasl.c @@ -25,7 +25,7 @@ ModuleHeader MOD_HEADER(m_sasl) = { "m_sasl", - "4.0", + "4.2", "SASL", "3.2-b8-1", NULL diff --git a/src/modules/m_sdesc.c b/src/modules/m_sdesc.c index e0ef52488..07eab10e7 100644 --- a/src/modules/m_sdesc.c +++ b/src/modules/m_sdesc.c @@ -29,7 +29,7 @@ CMD_FUNC(m_sdesc); ModuleHeader MOD_HEADER(m_sdesc) = { "sdesc", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /sdesc", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_sendsno.c b/src/modules/m_sendsno.c index 3173a65a8..3262229af 100644 --- a/src/modules/m_sendsno.c +++ b/src/modules/m_sendsno.c @@ -27,7 +27,7 @@ CMD_FUNC(m_sendsno); ModuleHeader MOD_HEADER(m_sendsno) = { "sendsno", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /sendsno", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_sendumode.c b/src/modules/m_sendumode.c index 0b29b8493..c2fefea6a 100644 --- a/src/modules/m_sendumode.c +++ b/src/modules/m_sendumode.c @@ -29,7 +29,7 @@ CMD_FUNC(m_sendumode); ModuleHeader MOD_HEADER(m_sendumode) = { "sendumode", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /sendumode", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_server.c b/src/modules/m_server.c index 4f085498d..b96a6b400 100644 --- a/src/modules/m_server.c +++ b/src/modules/m_server.c @@ -41,7 +41,7 @@ static char buf[BUFSIZE]; ModuleHeader MOD_HEADER(m_server) = { "m_server", - "4.0", + "4.2", "command /server", "3.2-b8-1", NULL diff --git a/src/modules/m_sethost.c b/src/modules/m_sethost.c index e6705756d..b4042e14f 100644 --- a/src/modules/m_sethost.c +++ b/src/modules/m_sethost.c @@ -30,7 +30,7 @@ CMD_FUNC(m_sethost); ModuleHeader MOD_HEADER(m_sethost) = { "sethost", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /sethost", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_setident.c b/src/modules/m_setident.c index 2ce720c7a..c6dae589b 100644 --- a/src/modules/m_setident.c +++ b/src/modules/m_setident.c @@ -29,7 +29,7 @@ CMD_FUNC(m_setident); ModuleHeader MOD_HEADER(m_setident) = { "setident", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "/setident", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_setname.c b/src/modules/m_setname.c index a9961b836..2daa77e14 100644 --- a/src/modules/m_setname.c +++ b/src/modules/m_setname.c @@ -29,7 +29,7 @@ CMD_FUNC(m_setname); ModuleHeader MOD_HEADER(m_setname) = { "setname", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /setname", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_silence.c b/src/modules/m_silence.c index 2b8ff4d15..b3d5b223c 100644 --- a/src/modules/m_silence.c +++ b/src/modules/m_silence.c @@ -29,7 +29,7 @@ CMD_FUNC(m_silence); ModuleHeader MOD_HEADER(m_silence) = { "m_silence", - "4.0", + "4.2", "command /silence", "3.2-b8-1", NULL diff --git a/src/modules/m_sjoin.c b/src/modules/m_sjoin.c index e9523be81..24f60926b 100644 --- a/src/modules/m_sjoin.c +++ b/src/modules/m_sjoin.c @@ -29,7 +29,7 @@ CMD_FUNC(m_sjoin); ModuleHeader MOD_HEADER(m_sjoin) = { "m_sjoin", - "4.0", + "4.2", "command /sjoin", "3.2-b8-1", NULL diff --git a/src/modules/m_sqline.c b/src/modules/m_sqline.c index 3a8ba9aa7..bf4862bce 100644 --- a/src/modules/m_sqline.c +++ b/src/modules/m_sqline.c @@ -30,7 +30,7 @@ CMD_FUNC(m_sqline); ModuleHeader MOD_HEADER(m_sqline) = { "sqline", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /sqline", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_squit.c b/src/modules/m_squit.c index 7394b26eb..7d11a1188 100644 --- a/src/modules/m_squit.c +++ b/src/modules/m_squit.c @@ -29,7 +29,7 @@ CMD_FUNC(m_squit); ModuleHeader MOD_HEADER(m_squit) = { "m_squit", - "4.0", + "4.2", "command /squit", "3.2-b8-1", NULL diff --git a/src/modules/m_starttls.c b/src/modules/m_starttls.c index 945ec52d7..a89d6fee4 100644 --- a/src/modules/m_starttls.c +++ b/src/modules/m_starttls.c @@ -29,7 +29,7 @@ CMD_FUNC(m_starttls); ModuleHeader MOD_HEADER(m_starttls) = { "m_starttls", - "4.0", + "4.2", "command /starttls", "3.2-b8-1", NULL diff --git a/src/modules/m_stats.c b/src/modules/m_stats.c index b83021612..f98966ff5 100644 --- a/src/modules/m_stats.c +++ b/src/modules/m_stats.c @@ -29,7 +29,7 @@ CMD_FUNC(m_stats); ModuleHeader MOD_HEADER(m_stats) = { "m_stats", - "4.0", + "4.2", "command /stats", "3.2-b8-1", NULL diff --git a/src/modules/m_svsfline.c b/src/modules/m_svsfline.c index 40420792b..87a6d1141 100644 --- a/src/modules/m_svsfline.c +++ b/src/modules/m_svsfline.c @@ -29,7 +29,7 @@ CMD_FUNC(m_svsfline); ModuleHeader MOD_HEADER(m_svsfline) = { "m_svsfline", - "4.0", + "4.2", "command /svsfline", "3.2-b8-1", NULL diff --git a/src/modules/m_svsjoin.c b/src/modules/m_svsjoin.c index c1a9d2f4b..b46f85331 100644 --- a/src/modules/m_svsjoin.c +++ b/src/modules/m_svsjoin.c @@ -27,7 +27,7 @@ CMD_FUNC(m_svsjoin); ModuleHeader MOD_HEADER(m_svsjoin) = { "svsjoin", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /svsjoin", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_svskill.c b/src/modules/m_svskill.c index 105912d25..681c86428 100644 --- a/src/modules/m_svskill.c +++ b/src/modules/m_svskill.c @@ -26,7 +26,7 @@ CMD_FUNC(m_svskill); ModuleHeader MOD_HEADER(m_svskill) = { "svskill", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /svskill", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_svslusers.c b/src/modules/m_svslusers.c index e5791da93..3c6178d14 100644 --- a/src/modules/m_svslusers.c +++ b/src/modules/m_svslusers.c @@ -31,7 +31,7 @@ CMD_FUNC(m_svslusers); ModuleHeader MOD_HEADER(m_svslusers) = { "m_svslusers", - "4.0", + "4.2", "command /svslusers", "3.2-b8-1", NULL diff --git a/src/modules/m_svsmode.c b/src/modules/m_svsmode.c index faf3c2728..7f8466efd 100644 --- a/src/modules/m_svsmode.c +++ b/src/modules/m_svsmode.c @@ -34,7 +34,7 @@ CMD_FUNC(m_svs2mode); ModuleHeader MOD_HEADER(m_svsmode) = { "m_svsmode", - "4.0", + "4.2", "command /svsmode and svs2mode", "3.2-b8-1", NULL diff --git a/src/modules/m_svsmotd.c b/src/modules/m_svsmotd.c index 8b8d39bbf..7c17c4d67 100644 --- a/src/modules/m_svsmotd.c +++ b/src/modules/m_svsmotd.c @@ -31,7 +31,7 @@ CMD_FUNC(m_svsmotd); ModuleHeader MOD_HEADER(m_svsmotd) = { "m_svsmotd", - "4.0", + "4.2", "command /svsmotd", "3.2-b8-1", NULL diff --git a/src/modules/m_svsnick.c b/src/modules/m_svsnick.c index 3736ae30e..94099f9c0 100644 --- a/src/modules/m_svsnick.c +++ b/src/modules/m_svsnick.c @@ -31,7 +31,7 @@ CMD_FUNC(m_svsnick); ModuleHeader MOD_HEADER(m_svsnick) = { "m_svsnick", - "4.0", + "4.2", "command /svsnick", "3.2-b8-1", NULL diff --git a/src/modules/m_svsnline.c b/src/modules/m_svsnline.c index 87746cbbc..1d5ed3810 100644 --- a/src/modules/m_svsnline.c +++ b/src/modules/m_svsnline.c @@ -31,7 +31,7 @@ CMD_FUNC(m_svsnline); ModuleHeader MOD_HEADER(m_svsnline) = { "svsnline", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /svsnline", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_svsnolag.c b/src/modules/m_svsnolag.c index 5a9d6e6c1..b62a82a41 100644 --- a/src/modules/m_svsnolag.c +++ b/src/modules/m_svsnolag.c @@ -30,7 +30,7 @@ CMD_FUNC(m_svs2nolag); ModuleHeader MOD_HEADER(m_svsnolag) = { "m_svsnolag", - "4.0", + "4.2", "commands /svsnolag and /svs2nolag", "3.2-b8-1", NULL diff --git a/src/modules/m_svsnoop.c b/src/modules/m_svsnoop.c index 36234411d..2c6d22d5e 100644 --- a/src/modules/m_svsnoop.c +++ b/src/modules/m_svsnoop.c @@ -32,7 +32,7 @@ CMD_FUNC(m_svsnoop); ModuleHeader MOD_HEADER(m_svsnoop) = { "m_svsnoop", - "4.0", + "4.2", "command /svsnoop", "3.2-b8-1", NULL diff --git a/src/modules/m_svspart.c b/src/modules/m_svspart.c index 84457e0d9..6a950ff96 100644 --- a/src/modules/m_svspart.c +++ b/src/modules/m_svspart.c @@ -26,7 +26,7 @@ CMD_FUNC(m_svspart); ModuleHeader MOD_HEADER(m_svspart) = { "svspart", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /svspart", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_svssilence.c b/src/modules/m_svssilence.c index 9ddae2388..166e301ce 100644 --- a/src/modules/m_svssilence.c +++ b/src/modules/m_svssilence.c @@ -27,7 +27,7 @@ CMD_FUNC(m_svssilence); ModuleHeader MOD_HEADER(m_svssilence) = { "svssilence", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /svssilence", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_svssno.c b/src/modules/m_svssno.c index 68d28a342..d86b181f1 100644 --- a/src/modules/m_svssno.c +++ b/src/modules/m_svssno.c @@ -31,7 +31,7 @@ CMD_FUNC(m_svs2sno); ModuleHeader MOD_HEADER(m_svssno) = { "m_svssno", - "4.0", + "4.2", "command /svssno", "3.2-b8-1", NULL diff --git a/src/modules/m_svswatch.c b/src/modules/m_svswatch.c index 604b19542..81467aabe 100644 --- a/src/modules/m_svswatch.c +++ b/src/modules/m_svswatch.c @@ -27,7 +27,7 @@ CMD_FUNC(m_svswatch); ModuleHeader MOD_HEADER(m_svswatch) = { "svswatch", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /svswatch", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_swhois.c b/src/modules/m_swhois.c index 86bafab08..58d25757c 100644 --- a/src/modules/m_swhois.c +++ b/src/modules/m_swhois.c @@ -31,7 +31,7 @@ CMD_FUNC(m_swhois); ModuleHeader MOD_HEADER(m_swhois) = { "m_swhois", - "4.0", + "4.2", "command /swhois", "3.2-b8-1", NULL diff --git a/src/modules/m_time.c b/src/modules/m_time.c index c2744228a..061b07973 100644 --- a/src/modules/m_time.c +++ b/src/modules/m_time.c @@ -27,7 +27,7 @@ CMD_FUNC(m_time); ModuleHeader MOD_HEADER(m_time) = { "time", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /time", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_tkl.c b/src/modules/m_tkl.c index 52a0022b2..05f24ab7e 100644 --- a/src/modules/m_tkl.c +++ b/src/modules/m_tkl.c @@ -91,7 +91,7 @@ ModuleInfo *TklModInfo; ModuleHeader MOD_HEADER(m_tkl) = { "tkl", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "commands /gline etc", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_topic.c b/src/modules/m_topic.c index 2951b7963..038029e93 100644 --- a/src/modules/m_topic.c +++ b/src/modules/m_topic.c @@ -29,7 +29,7 @@ CMD_FUNC(m_topic); ModuleHeader MOD_HEADER(m_topic) = { "m_topic", - "4.0", + "4.2", "command /topic", "3.2-b8-1", NULL diff --git a/src/modules/m_trace.c b/src/modules/m_trace.c index 2bfc10a43..f2c110f84 100644 --- a/src/modules/m_trace.c +++ b/src/modules/m_trace.c @@ -29,7 +29,7 @@ CMD_FUNC(m_trace); ModuleHeader MOD_HEADER(m_trace) = { "m_trace", - "4.0", + "4.2", "command /trace", "3.2-b8-1", NULL diff --git a/src/modules/m_tsctl.c b/src/modules/m_tsctl.c index 8a34c1984..555224ca2 100644 --- a/src/modules/m_tsctl.c +++ b/src/modules/m_tsctl.c @@ -28,7 +28,7 @@ CMD_FUNC(m_tsctl); ModuleHeader MOD_HEADER(m_tsctl) = { "tsctl", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /tsctl", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_umode2.c b/src/modules/m_umode2.c index d14f38f3d..b123d8c4c 100644 --- a/src/modules/m_umode2.c +++ b/src/modules/m_umode2.c @@ -29,7 +29,7 @@ CMD_FUNC(m_umode2); ModuleHeader MOD_HEADER(m_umode2) = { "m_umode2", - "4.0", + "4.2", "command /umode2", "3.2-b8-1", NULL diff --git a/src/modules/m_undccdeny.c b/src/modules/m_undccdeny.c index b7f53a3b4..30fbc0347 100644 --- a/src/modules/m_undccdeny.c +++ b/src/modules/m_undccdeny.c @@ -29,7 +29,7 @@ CMD_FUNC(m_undccdeny); ModuleHeader MOD_HEADER(m_undccdeny) = { "m_undccdeny", - "4.0", + "4.2", "command /undccdeny", "3.2-b8-1", NULL diff --git a/src/modules/m_unsqline.c b/src/modules/m_unsqline.c index 07ba92b0c..75fcbad97 100644 --- a/src/modules/m_unsqline.c +++ b/src/modules/m_unsqline.c @@ -27,7 +27,7 @@ CMD_FUNC(m_unsqline); ModuleHeader MOD_HEADER(m_unsqline) = { "unsqline", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /unsqline", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_user.c b/src/modules/m_user.c index f1e09182c..d0a3d4837 100644 --- a/src/modules/m_user.c +++ b/src/modules/m_user.c @@ -29,7 +29,7 @@ DLLFUNC CMD_FUNC(m_user); ModuleHeader MOD_HEADER(m_user) = { "m_user", - "4.0", + "4.2", "command /user", "3.2-b8-1", NULL diff --git a/src/modules/m_userhost.c b/src/modules/m_userhost.c index e0a1e6ab4..f544e5397 100644 --- a/src/modules/m_userhost.c +++ b/src/modules/m_userhost.c @@ -29,7 +29,7 @@ CMD_FUNC(m_userhost); ModuleHeader MOD_HEADER(m_userhost) = { "m_userhost", - "4.0", + "4.2", "command /userhost", "3.2-b8-1", NULL diff --git a/src/modules/m_userip.c b/src/modules/m_userip.c index 4c43c9827..ec14c77bb 100644 --- a/src/modules/m_userip.c +++ b/src/modules/m_userip.c @@ -29,7 +29,7 @@ CMD_FUNC(m_userip); ModuleHeader MOD_HEADER(m_userip) = { "m_userip", - "4.0", + "4.2", "command /userip", "3.2-b8-1", NULL diff --git a/src/modules/m_vhost.c b/src/modules/m_vhost.c index 8d95a9aee..45d996ba4 100644 --- a/src/modules/m_vhost.c +++ b/src/modules/m_vhost.c @@ -27,7 +27,7 @@ CMD_FUNC(m_vhost); ModuleHeader MOD_HEADER(m_vhost) = { "vhost", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /vhost", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_wallops.c b/src/modules/m_wallops.c index 35c3b7648..c91053a8a 100644 --- a/src/modules/m_wallops.c +++ b/src/modules/m_wallops.c @@ -29,7 +29,7 @@ CMD_FUNC(m_wallops); ModuleHeader MOD_HEADER(m_wallops) = { "m_wallops", - "4.0", + "4.2", "command /wallops", "3.2-b8-1", NULL diff --git a/src/modules/m_watch.c b/src/modules/m_watch.c index 68cbda0e6..6e2f6aac3 100644 --- a/src/modules/m_watch.c +++ b/src/modules/m_watch.c @@ -29,7 +29,7 @@ CMD_FUNC(m_watch); ModuleHeader MOD_HEADER(m_watch) = { "m_watch", - "4.0", + "4.2", "command /watch", "3.2-b8-1", NULL diff --git a/src/modules/m_who.c b/src/modules/m_who.c index bee6fa2dd..41bba3218 100644 --- a/src/modules/m_who.c +++ b/src/modules/m_who.c @@ -33,7 +33,7 @@ CMD_FUNC(m_who); ModuleHeader MOD_HEADER(m_who) = { "who", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /who", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_whois.c b/src/modules/m_whois.c index e1c0a9238..d130f6ce3 100644 --- a/src/modules/m_whois.c +++ b/src/modules/m_whois.c @@ -29,7 +29,7 @@ CMD_FUNC(m_whois); ModuleHeader MOD_HEADER(m_whois) = { "whois", /* Name of module */ - "4.0", /* Version */ + "4.2", /* Version */ "command /whois", /* Short description of module */ "3.2-b8-1", NULL diff --git a/src/modules/m_whowas.c b/src/modules/m_whowas.c index e96fa79b7..a99bfeea4 100644 --- a/src/modules/m_whowas.c +++ b/src/modules/m_whowas.c @@ -29,7 +29,7 @@ CMD_FUNC(m_whowas); ModuleHeader MOD_HEADER(m_whowas) = { "m_whowas", - "4.0", + "4.2", "command /whowas", "3.2-b8-1", NULL diff --git a/src/modules/m_whox.c b/src/modules/m_whox.c index 13916c6ea..c1c7c148c 100644 --- a/src/modules/m_whox.c +++ b/src/modules/m_whox.c @@ -68,7 +68,7 @@ static int override_who(Cmdoverride *ovr, aClient *cptr, aClient *sptr, int parc ModuleHeader MOD_HEADER(m_whox) = { "m_whox", - "4.0", + "4.2", "command /who", "3.2-b8-1", NULL diff --git a/src/modules/snomasks/dccreject.c b/src/modules/snomasks/dccreject.c index ea968b62f..d10bc6226 100644 --- a/src/modules/snomasks/dccreject.c +++ b/src/modules/snomasks/dccreject.c @@ -23,7 +23,7 @@ ModuleHeader MOD_HEADER(dccreject) = { "snomasks/dccreject", - "4.0", + "4.2", "Snomask +D", "3.2-b8-1", NULL diff --git a/src/modules/ssl_antidos.c b/src/modules/ssl_antidos.c index d912bebb2..65e1b36dd 100644 --- a/src/modules/ssl_antidos.c +++ b/src/modules/ssl_antidos.c @@ -13,7 +13,7 @@ ModuleHeader MOD_HEADER(ssl_antidos) = { "ssl_antidos", - "4.0", + "4.2", "SSL Renegotiation DoS protection", "3.2-b8-1", NULL diff --git a/src/modules/usermodes/bot.c b/src/modules/usermodes/bot.c index cc26e59bb..d8d5f077b 100644 --- a/src/modules/usermodes/bot.c +++ b/src/modules/usermodes/bot.c @@ -27,7 +27,7 @@ ModuleHeader MOD_HEADER(bot) = { "usermodes/bot", - "4.0", + "4.2", "User Mode +B", "3.2-b8-1", NULL diff --git a/src/modules/usermodes/censor.c b/src/modules/usermodes/censor.c index 39a7367d5..1f7c1d83a 100644 --- a/src/modules/usermodes/censor.c +++ b/src/modules/usermodes/censor.c @@ -9,7 +9,7 @@ ModuleHeader MOD_HEADER(censor) = { "usermodes/censor", - "4.0", + "4.2", "User Mode +G", "3.2-b8-1", NULL, diff --git a/src/modules/usermodes/noctcp.c b/src/modules/usermodes/noctcp.c index 1eace345d..c3905f502 100644 --- a/src/modules/usermodes/noctcp.c +++ b/src/modules/usermodes/noctcp.c @@ -24,7 +24,7 @@ CMD_FUNC(noctcp); ModuleHeader MOD_HEADER(noctcp) = { "usermodes/noctcp", - "4.0", + "4.2", "User Mode +T", "3.2-b8-1", NULL diff --git a/src/modules/usermodes/nokick.c b/src/modules/usermodes/nokick.c index 7f06969f8..c82ebc9ad 100644 --- a/src/modules/usermodes/nokick.c +++ b/src/modules/usermodes/nokick.c @@ -25,7 +25,7 @@ ModuleHeader MOD_HEADER(nokick) = { "usermodes/nokick", - "4.0", + "4.2", "User Mode +q", "3.2-b8-1", NULL diff --git a/src/modules/usermodes/privacy.c b/src/modules/usermodes/privacy.c index dcb187ff5..1e7edd763 100644 --- a/src/modules/usermodes/privacy.c +++ b/src/modules/usermodes/privacy.c @@ -25,7 +25,7 @@ ModuleHeader MOD_HEADER(privacy) = { "usermodes/privacy", - "4.0", + "4.2", "User Mode +p", "3.2-b8-1", NULL diff --git a/src/modules/usermodes/regonlymsg.c b/src/modules/usermodes/regonlymsg.c index dda4ebc10..115c69637 100644 --- a/src/modules/usermodes/regonlymsg.c +++ b/src/modules/usermodes/regonlymsg.c @@ -25,7 +25,7 @@ ModuleHeader MOD_HEADER(regonlymsg) = { "usermodes/regonlymsg", - "4.0", + "4.2", "User Mode +R", "3.2-b8-1", NULL diff --git a/src/modules/usermodes/secureonlymsg.c b/src/modules/usermodes/secureonlymsg.c index 37ae3a354..88ce8f4dc 100644 --- a/src/modules/usermodes/secureonlymsg.c +++ b/src/modules/usermodes/secureonlymsg.c @@ -26,7 +26,7 @@ ModuleHeader MOD_HEADER(secureonlymsg) = { "usermodes/secureonlymsg", - "4.0", + "4.2", "User Mode +Z", "3.2-b8-1", NULL diff --git a/src/modules/usermodes/servicebot.c b/src/modules/usermodes/servicebot.c index 73c3047aa..414f01e6c 100644 --- a/src/modules/usermodes/servicebot.c +++ b/src/modules/usermodes/servicebot.c @@ -27,7 +27,7 @@ ModuleHeader MOD_HEADER(servicebot) = { "usermodes/servicebot", - "4.0", + "4.2", "User Mode +q", "3.2-b8-1", NULL diff --git a/src/modules/usermodes/showwhois.c b/src/modules/usermodes/showwhois.c index 4a081d227..ff39ceedc 100644 --- a/src/modules/usermodes/showwhois.c +++ b/src/modules/usermodes/showwhois.c @@ -25,7 +25,7 @@ ModuleHeader MOD_HEADER(showwhois) = { "usermodes/showwhois", - "4.0", + "4.2", "User Mode +W", "3.2-b8-1", NULL diff --git a/src/modules/webirc.c b/src/modules/webirc.c index 514be6259..6ddfe3b7d 100644 --- a/src/modules/webirc.c +++ b/src/modules/webirc.c @@ -37,7 +37,7 @@ struct _configitem_webirc { ModuleHeader MOD_HEADER(webirc) = { "webirc", - "4.0", + "4.2", "WebIRC/CGI:IRC Support", "3.2-b8-1", NULL diff --git a/src/s_conf.c b/src/s_conf.c index 8c9e6d847..fb9c6df54 100644 --- a/src/s_conf.c +++ b/src/s_conf.c @@ -1687,7 +1687,7 @@ void upgrade_conf_to_34(void) config_error("In next screen you will be prompted to automatically upgrade the configuration file(s)."); else { - config_error("We offer a configuration file converter to convert 3.2.x conf's to 4.0, however this " + config_error("We offer a configuration file converter to convert 3.2.x conf's to 4.x, however this " "is not available when running as a service. If you want to use it, make UnrealIRCd " "run in GUI mode by running 'unreal uninstall'. Then start UnrealIRCd.exe and when " "it prompts you to convert the configuration click 'Yes'. Check if UnrealIRCd boots properly. " @@ -1695,7 +1695,7 @@ void upgrade_conf_to_34(void) "as a service again."); /* TODO: make this unnecessary :D */ } #else - config_error("To upgrade it to the new 4.0 format, run: ./unrealircd upgrade-conf"); + config_error("To upgrade it to the new 4.x format, run: ./unrealircd upgrade-conf"); #endif config_error("******************************************************************");