summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-01-24 12:34:03 +0000
committerSadie Powell <sadie@witchery.services>2024-01-24 12:34:34 +0000
commit484160eb4ed560eeda97c94a42dd8e31431ab251 (patch)
tree03600af16b55fa2f268904d7a42a8b87f86c09f4
parent7ac1fe58478d58e2480b6919c4abf3a82929169c (diff)
Shuffle modules around a bit.
-rw-r--r--modules/botserv/botserv.cpp (renamed from modules/pseudoclients/botserv.cpp)0
-rw-r--r--modules/botserv/bs_assign.cpp (renamed from modules/commands/bs_assign.cpp)0
-rw-r--r--modules/botserv/bs_autoassign.cpp (renamed from modules/bs_autoassign.cpp)0
-rw-r--r--modules/botserv/bs_badwords.cpp (renamed from modules/commands/bs_badwords.cpp)0
-rw-r--r--modules/botserv/bs_bot.cpp (renamed from modules/commands/bs_bot.cpp)0
-rw-r--r--modules/botserv/bs_botlist.cpp (renamed from modules/commands/bs_botlist.cpp)0
-rw-r--r--modules/botserv/bs_control.cpp (renamed from modules/commands/bs_control.cpp)0
-rw-r--r--modules/botserv/bs_info.cpp (renamed from modules/commands/bs_info.cpp)0
-rw-r--r--modules/botserv/bs_kick.cpp (renamed from modules/commands/bs_kick.cpp)0
-rw-r--r--modules/botserv/bs_set.cpp (renamed from modules/commands/bs_set.cpp)0
-rw-r--r--modules/chanserv/chanserv.cpp (renamed from modules/pseudoclients/chanserv.cpp)0
-rw-r--r--modules/chanserv/cs_access.cpp (renamed from modules/commands/cs_access.cpp)0
-rw-r--r--modules/chanserv/cs_akick.cpp (renamed from modules/commands/cs_akick.cpp)0
-rw-r--r--modules/chanserv/cs_ban.cpp (renamed from modules/commands/cs_ban.cpp)0
-rw-r--r--modules/chanserv/cs_clone.cpp (renamed from modules/commands/cs_clone.cpp)0
-rw-r--r--modules/chanserv/cs_drop.cpp (renamed from modules/commands/cs_drop.cpp)0
-rw-r--r--modules/chanserv/cs_enforce.cpp (renamed from modules/commands/cs_enforce.cpp)0
-rw-r--r--modules/chanserv/cs_entrymsg.cpp (renamed from modules/commands/cs_entrymsg.cpp)0
-rw-r--r--modules/chanserv/cs_fantasy_stats.cpp (renamed from modules/stats/cs_fantasy_stats.cpp)0
-rw-r--r--modules/chanserv/cs_fantasy_top.cpp (renamed from modules/stats/cs_fantasy_top.cpp)0
-rw-r--r--modules/chanserv/cs_flags.cpp (renamed from modules/commands/cs_flags.cpp)0
-rw-r--r--modules/chanserv/cs_getkey.cpp (renamed from modules/commands/cs_getkey.cpp)0
-rw-r--r--modules/chanserv/cs_info.cpp (renamed from modules/commands/cs_info.cpp)0
-rw-r--r--modules/chanserv/cs_invite.cpp (renamed from modules/commands/cs_invite.cpp)0
-rw-r--r--modules/chanserv/cs_kick.cpp (renamed from modules/commands/cs_kick.cpp)0
-rw-r--r--modules/chanserv/cs_list.cpp (renamed from modules/commands/cs_list.cpp)0
-rw-r--r--modules/chanserv/cs_log.cpp (renamed from modules/commands/cs_log.cpp)0
-rw-r--r--modules/chanserv/cs_mode.cpp (renamed from modules/commands/cs_mode.cpp)0
-rw-r--r--modules/chanserv/cs_register.cpp (renamed from modules/commands/cs_register.cpp)0
-rw-r--r--modules/chanserv/cs_seen.cpp (renamed from modules/commands/cs_seen.cpp)0
-rw-r--r--modules/chanserv/cs_set.cpp (renamed from modules/commands/cs_set.cpp)0
-rw-r--r--modules/chanserv/cs_set_misc.cpp (renamed from modules/commands/cs_set_misc.cpp)0
-rw-r--r--modules/chanserv/cs_status.cpp (renamed from modules/commands/cs_status.cpp)0
-rw-r--r--modules/chanserv/cs_statusupdate.cpp (renamed from modules/cs_statusupdate.cpp)0
-rw-r--r--modules/chanserv/cs_suspend.cpp (renamed from modules/commands/cs_suspend.cpp)0
-rw-r--r--modules/chanserv/cs_sync.cpp (renamed from modules/commands/cs_sync.cpp)0
-rw-r--r--modules/chanserv/cs_topic.cpp (renamed from modules/commands/cs_topic.cpp)0
-rw-r--r--modules/chanserv/cs_unban.cpp (renamed from modules/commands/cs_unban.cpp)0
-rw-r--r--modules/chanserv/cs_updown.cpp (renamed from modules/commands/cs_updown.cpp)0
-rw-r--r--modules/chanserv/cs_xop.cpp (renamed from modules/commands/cs_xop.cpp)0
-rw-r--r--modules/chanstats.cpp (renamed from modules/stats/chanstats.cpp)0
-rw-r--r--modules/global/gl_global.cpp (renamed from modules/commands/gl_global.cpp)0
-rw-r--r--modules/global/global.cpp (renamed from modules/pseudoclients/global.cpp)0
-rw-r--r--modules/greet.cpp (renamed from modules/commands/greet.cpp)0
-rw-r--r--modules/help.cpp (renamed from modules/commands/help.cpp)0
-rw-r--r--modules/hostserv/hostserv.cpp (renamed from modules/pseudoclients/hostserv.cpp)0
-rw-r--r--modules/hostserv/hs_del.cpp (renamed from modules/commands/hs_del.cpp)0
-rw-r--r--modules/hostserv/hs_group.cpp (renamed from modules/commands/hs_group.cpp)0
-rw-r--r--modules/hostserv/hs_list.cpp (renamed from modules/commands/hs_list.cpp)0
-rw-r--r--modules/hostserv/hs_off.cpp (renamed from modules/commands/hs_off.cpp)0
-rw-r--r--modules/hostserv/hs_on.cpp (renamed from modules/commands/hs_on.cpp)0
-rw-r--r--modules/hostserv/hs_request.cpp (renamed from modules/commands/hs_request.cpp)0
-rw-r--r--modules/hostserv/hs_set.cpp (renamed from modules/commands/hs_set.cpp)0
-rw-r--r--modules/irc2sql/CMakeLists.txt (renamed from modules/stats/irc2sql/CMakeLists.txt)0
-rw-r--r--modules/irc2sql/irc2sql.cpp (renamed from modules/stats/irc2sql/irc2sql.cpp)0
-rw-r--r--modules/irc2sql/irc2sql.h (renamed from modules/stats/irc2sql/irc2sql.h)0
-rw-r--r--modules/irc2sql/tables.cpp (renamed from modules/stats/irc2sql/tables.cpp)0
-rw-r--r--modules/irc2sql/utils.cpp (renamed from modules/stats/irc2sql/utils.cpp)0
-rw-r--r--modules/memoserv/memoserv.cpp (renamed from modules/pseudoclients/memoserv.cpp)0
-rw-r--r--modules/memoserv/ms_cancel.cpp (renamed from modules/commands/ms_cancel.cpp)0
-rw-r--r--modules/memoserv/ms_check.cpp (renamed from modules/commands/ms_check.cpp)0
-rw-r--r--modules/memoserv/ms_del.cpp (renamed from modules/commands/ms_del.cpp)0
-rw-r--r--modules/memoserv/ms_ignore.cpp (renamed from modules/commands/ms_ignore.cpp)0
-rw-r--r--modules/memoserv/ms_info.cpp (renamed from modules/commands/ms_info.cpp)0
-rw-r--r--modules/memoserv/ms_list.cpp (renamed from modules/commands/ms_list.cpp)0
-rw-r--r--modules/memoserv/ms_read.cpp (renamed from modules/commands/ms_read.cpp)0
-rw-r--r--modules/memoserv/ms_rsend.cpp (renamed from modules/commands/ms_rsend.cpp)0
-rw-r--r--modules/memoserv/ms_send.cpp (renamed from modules/commands/ms_send.cpp)0
-rw-r--r--modules/memoserv/ms_sendall.cpp (renamed from modules/commands/ms_sendall.cpp)0
-rw-r--r--modules/memoserv/ms_set.cpp (renamed from modules/commands/ms_set.cpp)0
-rw-r--r--modules/memoserv/ms_staff.cpp (renamed from modules/commands/ms_staff.cpp)0
-rw-r--r--modules/nickserv/nickserv.cpp (renamed from modules/pseudoclients/nickserv.cpp)0
-rw-r--r--modules/nickserv/ns_access.cpp (renamed from modules/commands/ns_access.cpp)0
-rw-r--r--modules/nickserv/ns_ajoin.cpp (renamed from modules/commands/ns_ajoin.cpp)0
-rw-r--r--modules/nickserv/ns_alist.cpp (renamed from modules/commands/ns_alist.cpp)0
-rw-r--r--modules/nickserv/ns_cert.cpp (renamed from modules/commands/ns_cert.cpp)0
-rw-r--r--modules/nickserv/ns_drop.cpp (renamed from modules/commands/ns_drop.cpp)0
-rw-r--r--modules/nickserv/ns_getemail.cpp (renamed from modules/commands/ns_getemail.cpp)0
-rw-r--r--modules/nickserv/ns_group.cpp (renamed from modules/commands/ns_group.cpp)0
-rw-r--r--modules/nickserv/ns_identify.cpp (renamed from modules/commands/ns_identify.cpp)0
-rw-r--r--modules/nickserv/ns_info.cpp (renamed from modules/commands/ns_info.cpp)0
-rw-r--r--modules/nickserv/ns_list.cpp (renamed from modules/commands/ns_list.cpp)0
-rw-r--r--modules/nickserv/ns_logout.cpp (renamed from modules/commands/ns_logout.cpp)0
-rw-r--r--modules/nickserv/ns_maxemail.cpp (renamed from modules/ns_maxemail.cpp)0
-rw-r--r--modules/nickserv/ns_recover.cpp (renamed from modules/commands/ns_recover.cpp)0
-rw-r--r--modules/nickserv/ns_register.cpp (renamed from modules/commands/ns_register.cpp)0
-rw-r--r--modules/nickserv/ns_resetpass.cpp (renamed from modules/commands/ns_resetpass.cpp)0
-rw-r--r--modules/nickserv/ns_set.cpp (renamed from modules/commands/ns_set.cpp)0
-rw-r--r--modules/nickserv/ns_set_misc.cpp (renamed from modules/commands/ns_set_misc.cpp)0
-rw-r--r--modules/nickserv/ns_status.cpp (renamed from modules/commands/ns_status.cpp)0
-rw-r--r--modules/nickserv/ns_suspend.cpp (renamed from modules/commands/ns_suspend.cpp)0
-rw-r--r--modules/nickserv/ns_update.cpp (renamed from modules/commands/ns_update.cpp)0
-rw-r--r--modules/operserv/operserv.cpp (renamed from modules/pseudoclients/operserv.cpp)0
-rw-r--r--modules/operserv/os_akill.cpp (renamed from modules/commands/os_akill.cpp)0
-rw-r--r--modules/operserv/os_chankill.cpp (renamed from modules/commands/os_chankill.cpp)0
-rw-r--r--modules/operserv/os_config.cpp (renamed from modules/commands/os_config.cpp)0
-rw-r--r--modules/operserv/os_defcon.cpp (renamed from modules/commands/os_defcon.cpp)0
-rw-r--r--modules/operserv/os_dns.cpp (renamed from modules/commands/os_dns.cpp)0
-rw-r--r--modules/operserv/os_forbid.cpp (renamed from modules/commands/os_forbid.cpp)0
-rw-r--r--modules/operserv/os_ignore.cpp (renamed from modules/commands/os_ignore.cpp)0
-rw-r--r--modules/operserv/os_info.cpp (renamed from modules/commands/os_info.cpp)0
-rw-r--r--modules/operserv/os_jupe.cpp (renamed from modules/commands/os_jupe.cpp)0
-rw-r--r--modules/operserv/os_kick.cpp (renamed from modules/commands/os_kick.cpp)0
-rw-r--r--modules/operserv/os_kill.cpp (renamed from modules/commands/os_kill.cpp)0
-rw-r--r--modules/operserv/os_list.cpp (renamed from modules/commands/os_list.cpp)0
-rw-r--r--modules/operserv/os_login.cpp (renamed from modules/commands/os_login.cpp)0
-rw-r--r--modules/operserv/os_logsearch.cpp (renamed from modules/commands/os_logsearch.cpp)0
-rw-r--r--modules/operserv/os_mode.cpp (renamed from modules/commands/os_mode.cpp)0
-rw-r--r--modules/operserv/os_modinfo.cpp (renamed from modules/commands/os_modinfo.cpp)0
-rw-r--r--modules/operserv/os_module.cpp (renamed from modules/commands/os_module.cpp)0
-rw-r--r--modules/operserv/os_news.cpp (renamed from modules/commands/os_news.cpp)0
-rw-r--r--modules/operserv/os_noop.cpp (renamed from modules/commands/os_noop.cpp)0
-rw-r--r--modules/operserv/os_oper.cpp (renamed from modules/commands/os_oper.cpp)0
-rw-r--r--modules/operserv/os_reload.cpp (renamed from modules/commands/os_reload.cpp)0
-rw-r--r--modules/operserv/os_session.cpp (renamed from modules/commands/os_session.cpp)0
-rw-r--r--modules/operserv/os_set.cpp (renamed from modules/commands/os_set.cpp)0
-rw-r--r--modules/operserv/os_shutdown.cpp (renamed from modules/commands/os_shutdown.cpp)0
-rw-r--r--modules/operserv/os_stats.cpp (renamed from modules/commands/os_stats.cpp)0
-rw-r--r--modules/operserv/os_svs.cpp (renamed from modules/commands/os_svs.cpp)0
-rw-r--r--modules/operserv/os_sxline.cpp (renamed from modules/commands/os_sxline.cpp)0
-rw-r--r--modules/operserv/os_update.cpp (renamed from modules/commands/os_update.cpp)0
121 files changed, 0 insertions, 0 deletions
diff --git a/modules/pseudoclients/botserv.cpp b/modules/botserv/botserv.cpp
index d2b8df4bb..d2b8df4bb 100644
--- a/modules/pseudoclients/botserv.cpp
+++ b/modules/botserv/botserv.cpp
diff --git a/modules/commands/bs_assign.cpp b/modules/botserv/bs_assign.cpp
index 43abdd55f..43abdd55f 100644
--- a/modules/commands/bs_assign.cpp
+++ b/modules/botserv/bs_assign.cpp
diff --git a/modules/bs_autoassign.cpp b/modules/botserv/bs_autoassign.cpp
index a716525f9..a716525f9 100644
--- a/modules/bs_autoassign.cpp
+++ b/modules/botserv/bs_autoassign.cpp
diff --git a/modules/commands/bs_badwords.cpp b/modules/botserv/bs_badwords.cpp
index e513170e7..e513170e7 100644
--- a/modules/commands/bs_badwords.cpp
+++ b/modules/botserv/bs_badwords.cpp
diff --git a/modules/commands/bs_bot.cpp b/modules/botserv/bs_bot.cpp
index 170e1073a..170e1073a 100644
--- a/modules/commands/bs_bot.cpp
+++ b/modules/botserv/bs_bot.cpp
diff --git a/modules/commands/bs_botlist.cpp b/modules/botserv/bs_botlist.cpp
index 915117916..915117916 100644
--- a/modules/commands/bs_botlist.cpp
+++ b/modules/botserv/bs_botlist.cpp
diff --git a/modules/commands/bs_control.cpp b/modules/botserv/bs_control.cpp
index 32101be6e..32101be6e 100644
--- a/modules/commands/bs_control.cpp
+++ b/modules/botserv/bs_control.cpp
diff --git a/modules/commands/bs_info.cpp b/modules/botserv/bs_info.cpp
index e42ad23b8..e42ad23b8 100644
--- a/modules/commands/bs_info.cpp
+++ b/modules/botserv/bs_info.cpp
diff --git a/modules/commands/bs_kick.cpp b/modules/botserv/bs_kick.cpp
index f6012d07f..f6012d07f 100644
--- a/modules/commands/bs_kick.cpp
+++ b/modules/botserv/bs_kick.cpp
diff --git a/modules/commands/bs_set.cpp b/modules/botserv/bs_set.cpp
index 636313785..636313785 100644
--- a/modules/commands/bs_set.cpp
+++ b/modules/botserv/bs_set.cpp
diff --git a/modules/pseudoclients/chanserv.cpp b/modules/chanserv/chanserv.cpp
index c47f2d77f..c47f2d77f 100644
--- a/modules/pseudoclients/chanserv.cpp
+++ b/modules/chanserv/chanserv.cpp
diff --git a/modules/commands/cs_access.cpp b/modules/chanserv/cs_access.cpp
index 7625f05aa..7625f05aa 100644
--- a/modules/commands/cs_access.cpp
+++ b/modules/chanserv/cs_access.cpp
diff --git a/modules/commands/cs_akick.cpp b/modules/chanserv/cs_akick.cpp
index 6457f2856..6457f2856 100644
--- a/modules/commands/cs_akick.cpp
+++ b/modules/chanserv/cs_akick.cpp
diff --git a/modules/commands/cs_ban.cpp b/modules/chanserv/cs_ban.cpp
index ff019e602..ff019e602 100644
--- a/modules/commands/cs_ban.cpp
+++ b/modules/chanserv/cs_ban.cpp
diff --git a/modules/commands/cs_clone.cpp b/modules/chanserv/cs_clone.cpp
index 79db9fd57..79db9fd57 100644
--- a/modules/commands/cs_clone.cpp
+++ b/modules/chanserv/cs_clone.cpp
diff --git a/modules/commands/cs_drop.cpp b/modules/chanserv/cs_drop.cpp
index fa613efa7..fa613efa7 100644
--- a/modules/commands/cs_drop.cpp
+++ b/modules/chanserv/cs_drop.cpp
diff --git a/modules/commands/cs_enforce.cpp b/modules/chanserv/cs_enforce.cpp
index 825301cdd..825301cdd 100644
--- a/modules/commands/cs_enforce.cpp
+++ b/modules/chanserv/cs_enforce.cpp
diff --git a/modules/commands/cs_entrymsg.cpp b/modules/chanserv/cs_entrymsg.cpp
index 0b5469661..0b5469661 100644
--- a/modules/commands/cs_entrymsg.cpp
+++ b/modules/chanserv/cs_entrymsg.cpp
diff --git a/modules/stats/cs_fantasy_stats.cpp b/modules/chanserv/cs_fantasy_stats.cpp
index 516dd02b9..516dd02b9 100644
--- a/modules/stats/cs_fantasy_stats.cpp
+++ b/modules/chanserv/cs_fantasy_stats.cpp
diff --git a/modules/stats/cs_fantasy_top.cpp b/modules/chanserv/cs_fantasy_top.cpp
index 3bc1fa261..3bc1fa261 100644
--- a/modules/stats/cs_fantasy_top.cpp
+++ b/modules/chanserv/cs_fantasy_top.cpp
diff --git a/modules/commands/cs_flags.cpp b/modules/chanserv/cs_flags.cpp
index 5c0027677..5c0027677 100644
--- a/modules/commands/cs_flags.cpp
+++ b/modules/chanserv/cs_flags.cpp
diff --git a/modules/commands/cs_getkey.cpp b/modules/chanserv/cs_getkey.cpp
index 38a782bea..38a782bea 100644
--- a/modules/commands/cs_getkey.cpp
+++ b/modules/chanserv/cs_getkey.cpp
diff --git a/modules/commands/cs_info.cpp b/modules/chanserv/cs_info.cpp
index 685538284..685538284 100644
--- a/modules/commands/cs_info.cpp
+++ b/modules/chanserv/cs_info.cpp
diff --git a/modules/commands/cs_invite.cpp b/modules/chanserv/cs_invite.cpp
index 4ab4b9a83..4ab4b9a83 100644
--- a/modules/commands/cs_invite.cpp
+++ b/modules/chanserv/cs_invite.cpp
diff --git a/modules/commands/cs_kick.cpp b/modules/chanserv/cs_kick.cpp
index 27f4dbac9..27f4dbac9 100644
--- a/modules/commands/cs_kick.cpp
+++ b/modules/chanserv/cs_kick.cpp
diff --git a/modules/commands/cs_list.cpp b/modules/chanserv/cs_list.cpp
index 29add4596..29add4596 100644
--- a/modules/commands/cs_list.cpp
+++ b/modules/chanserv/cs_list.cpp
diff --git a/modules/commands/cs_log.cpp b/modules/chanserv/cs_log.cpp
index 847316db6..847316db6 100644
--- a/modules/commands/cs_log.cpp
+++ b/modules/chanserv/cs_log.cpp
diff --git a/modules/commands/cs_mode.cpp b/modules/chanserv/cs_mode.cpp
index 05fb43c33..05fb43c33 100644
--- a/modules/commands/cs_mode.cpp
+++ b/modules/chanserv/cs_mode.cpp
diff --git a/modules/commands/cs_register.cpp b/modules/chanserv/cs_register.cpp
index 402ae1296..402ae1296 100644
--- a/modules/commands/cs_register.cpp
+++ b/modules/chanserv/cs_register.cpp
diff --git a/modules/commands/cs_seen.cpp b/modules/chanserv/cs_seen.cpp
index 99f44e9fd..99f44e9fd 100644
--- a/modules/commands/cs_seen.cpp
+++ b/modules/chanserv/cs_seen.cpp
diff --git a/modules/commands/cs_set.cpp b/modules/chanserv/cs_set.cpp
index 72ed3421a..72ed3421a 100644
--- a/modules/commands/cs_set.cpp
+++ b/modules/chanserv/cs_set.cpp
diff --git a/modules/commands/cs_set_misc.cpp b/modules/chanserv/cs_set_misc.cpp
index 9a2c8d70e..9a2c8d70e 100644
--- a/modules/commands/cs_set_misc.cpp
+++ b/modules/chanserv/cs_set_misc.cpp
diff --git a/modules/commands/cs_status.cpp b/modules/chanserv/cs_status.cpp
index 41c3590be..41c3590be 100644
--- a/modules/commands/cs_status.cpp
+++ b/modules/chanserv/cs_status.cpp
diff --git a/modules/cs_statusupdate.cpp b/modules/chanserv/cs_statusupdate.cpp
index ed7469501..ed7469501 100644
--- a/modules/cs_statusupdate.cpp
+++ b/modules/chanserv/cs_statusupdate.cpp
diff --git a/modules/commands/cs_suspend.cpp b/modules/chanserv/cs_suspend.cpp
index 28f0debf4..28f0debf4 100644
--- a/modules/commands/cs_suspend.cpp
+++ b/modules/chanserv/cs_suspend.cpp
diff --git a/modules/commands/cs_sync.cpp b/modules/chanserv/cs_sync.cpp
index b76d2cef2..b76d2cef2 100644
--- a/modules/commands/cs_sync.cpp
+++ b/modules/chanserv/cs_sync.cpp
diff --git a/modules/commands/cs_topic.cpp b/modules/chanserv/cs_topic.cpp
index f774dca65..f774dca65 100644
--- a/modules/commands/cs_topic.cpp
+++ b/modules/chanserv/cs_topic.cpp
diff --git a/modules/commands/cs_unban.cpp b/modules/chanserv/cs_unban.cpp
index c214136eb..c214136eb 100644
--- a/modules/commands/cs_unban.cpp
+++ b/modules/chanserv/cs_unban.cpp
diff --git a/modules/commands/cs_updown.cpp b/modules/chanserv/cs_updown.cpp
index 24242a0c3..24242a0c3 100644
--- a/modules/commands/cs_updown.cpp
+++ b/modules/chanserv/cs_updown.cpp
diff --git a/modules/commands/cs_xop.cpp b/modules/chanserv/cs_xop.cpp
index 835768849..835768849 100644
--- a/modules/commands/cs_xop.cpp
+++ b/modules/chanserv/cs_xop.cpp
diff --git a/modules/stats/chanstats.cpp b/modules/chanstats.cpp
index db92689d7..db92689d7 100644
--- a/modules/stats/chanstats.cpp
+++ b/modules/chanstats.cpp
diff --git a/modules/commands/gl_global.cpp b/modules/global/gl_global.cpp
index edfaa21a5..edfaa21a5 100644
--- a/modules/commands/gl_global.cpp
+++ b/modules/global/gl_global.cpp
diff --git a/modules/pseudoclients/global.cpp b/modules/global/global.cpp
index a5288d754..a5288d754 100644
--- a/modules/pseudoclients/global.cpp
+++ b/modules/global/global.cpp
diff --git a/modules/commands/greet.cpp b/modules/greet.cpp
index 1260b3a28..1260b3a28 100644
--- a/modules/commands/greet.cpp
+++ b/modules/greet.cpp
diff --git a/modules/commands/help.cpp b/modules/help.cpp
index 66c22a589..66c22a589 100644
--- a/modules/commands/help.cpp
+++ b/modules/help.cpp
diff --git a/modules/pseudoclients/hostserv.cpp b/modules/hostserv/hostserv.cpp
index 17c820377..17c820377 100644
--- a/modules/pseudoclients/hostserv.cpp
+++ b/modules/hostserv/hostserv.cpp
diff --git a/modules/commands/hs_del.cpp b/modules/hostserv/hs_del.cpp
index eb60afc00..eb60afc00 100644
--- a/modules/commands/hs_del.cpp
+++ b/modules/hostserv/hs_del.cpp
diff --git a/modules/commands/hs_group.cpp b/modules/hostserv/hs_group.cpp
index 9db0bbb00..9db0bbb00 100644
--- a/modules/commands/hs_group.cpp
+++ b/modules/hostserv/hs_group.cpp
diff --git a/modules/commands/hs_list.cpp b/modules/hostserv/hs_list.cpp
index 8cda26c38..8cda26c38 100644
--- a/modules/commands/hs_list.cpp
+++ b/modules/hostserv/hs_list.cpp
diff --git a/modules/commands/hs_off.cpp b/modules/hostserv/hs_off.cpp
index 8e4036726..8e4036726 100644
--- a/modules/commands/hs_off.cpp
+++ b/modules/hostserv/hs_off.cpp
diff --git a/modules/commands/hs_on.cpp b/modules/hostserv/hs_on.cpp
index c8c01b7b2..c8c01b7b2 100644
--- a/modules/commands/hs_on.cpp
+++ b/modules/hostserv/hs_on.cpp
diff --git a/modules/commands/hs_request.cpp b/modules/hostserv/hs_request.cpp
index 25f089647..25f089647 100644
--- a/modules/commands/hs_request.cpp
+++ b/modules/hostserv/hs_request.cpp
diff --git a/modules/commands/hs_set.cpp b/modules/hostserv/hs_set.cpp
index e35f4d3b9..e35f4d3b9 100644
--- a/modules/commands/hs_set.cpp
+++ b/modules/hostserv/hs_set.cpp
diff --git a/modules/stats/irc2sql/CMakeLists.txt b/modules/irc2sql/CMakeLists.txt
index 781f0ef1f..781f0ef1f 100644
--- a/modules/stats/irc2sql/CMakeLists.txt
+++ b/modules/irc2sql/CMakeLists.txt
diff --git a/modules/stats/irc2sql/irc2sql.cpp b/modules/irc2sql/irc2sql.cpp
index ed83001c3..ed83001c3 100644
--- a/modules/stats/irc2sql/irc2sql.cpp
+++ b/modules/irc2sql/irc2sql.cpp
diff --git a/modules/stats/irc2sql/irc2sql.h b/modules/irc2sql/irc2sql.h
index e08f39a34..e08f39a34 100644
--- a/modules/stats/irc2sql/irc2sql.h
+++ b/modules/irc2sql/irc2sql.h
diff --git a/modules/stats/irc2sql/tables.cpp b/modules/irc2sql/tables.cpp
index 807c7c8cd..807c7c8cd 100644
--- a/modules/stats/irc2sql/tables.cpp
+++ b/modules/irc2sql/tables.cpp
diff --git a/modules/stats/irc2sql/utils.cpp b/modules/irc2sql/utils.cpp
index 9c260fcaa..9c260fcaa 100644
--- a/modules/stats/irc2sql/utils.cpp
+++ b/modules/irc2sql/utils.cpp
diff --git a/modules/pseudoclients/memoserv.cpp b/modules/memoserv/memoserv.cpp
index 0961017e0..0961017e0 100644
--- a/modules/pseudoclients/memoserv.cpp
+++ b/modules/memoserv/memoserv.cpp
diff --git a/modules/commands/ms_cancel.cpp b/modules/memoserv/ms_cancel.cpp
index 330b55926..330b55926 100644
--- a/modules/commands/ms_cancel.cpp
+++ b/modules/memoserv/ms_cancel.cpp
diff --git a/modules/commands/ms_check.cpp b/modules/memoserv/ms_check.cpp
index d3556379d..d3556379d 100644
--- a/modules/commands/ms_check.cpp
+++ b/modules/memoserv/ms_check.cpp
diff --git a/modules/commands/ms_del.cpp b/modules/memoserv/ms_del.cpp
index 469fdf221..469fdf221 100644
--- a/modules/commands/ms_del.cpp
+++ b/modules/memoserv/ms_del.cpp
diff --git a/modules/commands/ms_ignore.cpp b/modules/memoserv/ms_ignore.cpp
index c67c1b550..c67c1b550 100644
--- a/modules/commands/ms_ignore.cpp
+++ b/modules/memoserv/ms_ignore.cpp
diff --git a/modules/commands/ms_info.cpp b/modules/memoserv/ms_info.cpp
index c76a446cd..c76a446cd 100644
--- a/modules/commands/ms_info.cpp
+++ b/modules/memoserv/ms_info.cpp
diff --git a/modules/commands/ms_list.cpp b/modules/memoserv/ms_list.cpp
index 127cfdaaf..127cfdaaf 100644
--- a/modules/commands/ms_list.cpp
+++ b/modules/memoserv/ms_list.cpp
diff --git a/modules/commands/ms_read.cpp b/modules/memoserv/ms_read.cpp
index 5e9c8fd83..5e9c8fd83 100644
--- a/modules/commands/ms_read.cpp
+++ b/modules/memoserv/ms_read.cpp
diff --git a/modules/commands/ms_rsend.cpp b/modules/memoserv/ms_rsend.cpp
index a5de58e56..a5de58e56 100644
--- a/modules/commands/ms_rsend.cpp
+++ b/modules/memoserv/ms_rsend.cpp
diff --git a/modules/commands/ms_send.cpp b/modules/memoserv/ms_send.cpp
index 1335f1ad4..1335f1ad4 100644
--- a/modules/commands/ms_send.cpp
+++ b/modules/memoserv/ms_send.cpp
diff --git a/modules/commands/ms_sendall.cpp b/modules/memoserv/ms_sendall.cpp
index c04ff7a3f..c04ff7a3f 100644
--- a/modules/commands/ms_sendall.cpp
+++ b/modules/memoserv/ms_sendall.cpp
diff --git a/modules/commands/ms_set.cpp b/modules/memoserv/ms_set.cpp
index 83b28fb20..83b28fb20 100644
--- a/modules/commands/ms_set.cpp
+++ b/modules/memoserv/ms_set.cpp
diff --git a/modules/commands/ms_staff.cpp b/modules/memoserv/ms_staff.cpp
index cbd27061d..cbd27061d 100644
--- a/modules/commands/ms_staff.cpp
+++ b/modules/memoserv/ms_staff.cpp
diff --git a/modules/pseudoclients/nickserv.cpp b/modules/nickserv/nickserv.cpp
index 0f4313c0e..0f4313c0e 100644
--- a/modules/pseudoclients/nickserv.cpp
+++ b/modules/nickserv/nickserv.cpp
diff --git a/modules/commands/ns_access.cpp b/modules/nickserv/ns_access.cpp
index 1e0c99ce4..1e0c99ce4 100644
--- a/modules/commands/ns_access.cpp
+++ b/modules/nickserv/ns_access.cpp
diff --git a/modules/commands/ns_ajoin.cpp b/modules/nickserv/ns_ajoin.cpp
index 8f4b14112..8f4b14112 100644
--- a/modules/commands/ns_ajoin.cpp
+++ b/modules/nickserv/ns_ajoin.cpp
diff --git a/modules/commands/ns_alist.cpp b/modules/nickserv/ns_alist.cpp
index e4adfb870..e4adfb870 100644
--- a/modules/commands/ns_alist.cpp
+++ b/modules/nickserv/ns_alist.cpp
diff --git a/modules/commands/ns_cert.cpp b/modules/nickserv/ns_cert.cpp
index 389b49cf5..389b49cf5 100644
--- a/modules/commands/ns_cert.cpp
+++ b/modules/nickserv/ns_cert.cpp
diff --git a/modules/commands/ns_drop.cpp b/modules/nickserv/ns_drop.cpp
index dbdbe09be..dbdbe09be 100644
--- a/modules/commands/ns_drop.cpp
+++ b/modules/nickserv/ns_drop.cpp
diff --git a/modules/commands/ns_getemail.cpp b/modules/nickserv/ns_getemail.cpp
index e85fc12d6..e85fc12d6 100644
--- a/modules/commands/ns_getemail.cpp
+++ b/modules/nickserv/ns_getemail.cpp
diff --git a/modules/commands/ns_group.cpp b/modules/nickserv/ns_group.cpp
index 2dfaeb9fc..2dfaeb9fc 100644
--- a/modules/commands/ns_group.cpp
+++ b/modules/nickserv/ns_group.cpp
diff --git a/modules/commands/ns_identify.cpp b/modules/nickserv/ns_identify.cpp
index e945c6ece..e945c6ece 100644
--- a/modules/commands/ns_identify.cpp
+++ b/modules/nickserv/ns_identify.cpp
diff --git a/modules/commands/ns_info.cpp b/modules/nickserv/ns_info.cpp
index 33efbc24f..33efbc24f 100644
--- a/modules/commands/ns_info.cpp
+++ b/modules/nickserv/ns_info.cpp
diff --git a/modules/commands/ns_list.cpp b/modules/nickserv/ns_list.cpp
index a1c28a28d..a1c28a28d 100644
--- a/modules/commands/ns_list.cpp
+++ b/modules/nickserv/ns_list.cpp
diff --git a/modules/commands/ns_logout.cpp b/modules/nickserv/ns_logout.cpp
index 8b92f7558..8b92f7558 100644
--- a/modules/commands/ns_logout.cpp
+++ b/modules/nickserv/ns_logout.cpp
diff --git a/modules/ns_maxemail.cpp b/modules/nickserv/ns_maxemail.cpp
index 135381a59..135381a59 100644
--- a/modules/ns_maxemail.cpp
+++ b/modules/nickserv/ns_maxemail.cpp
diff --git a/modules/commands/ns_recover.cpp b/modules/nickserv/ns_recover.cpp
index 7460dbd33..7460dbd33 100644
--- a/modules/commands/ns_recover.cpp
+++ b/modules/nickserv/ns_recover.cpp
diff --git a/modules/commands/ns_register.cpp b/modules/nickserv/ns_register.cpp
index d1987a163..d1987a163 100644
--- a/modules/commands/ns_register.cpp
+++ b/modules/nickserv/ns_register.cpp
diff --git a/modules/commands/ns_resetpass.cpp b/modules/nickserv/ns_resetpass.cpp
index 1120cb84a..1120cb84a 100644
--- a/modules/commands/ns_resetpass.cpp
+++ b/modules/nickserv/ns_resetpass.cpp
diff --git a/modules/commands/ns_set.cpp b/modules/nickserv/ns_set.cpp
index 016edde18..016edde18 100644
--- a/modules/commands/ns_set.cpp
+++ b/modules/nickserv/ns_set.cpp
diff --git a/modules/commands/ns_set_misc.cpp b/modules/nickserv/ns_set_misc.cpp
index 4fcf10a1b..4fcf10a1b 100644
--- a/modules/commands/ns_set_misc.cpp
+++ b/modules/nickserv/ns_set_misc.cpp
diff --git a/modules/commands/ns_status.cpp b/modules/nickserv/ns_status.cpp
index 7b4154ce6..7b4154ce6 100644
--- a/modules/commands/ns_status.cpp
+++ b/modules/nickserv/ns_status.cpp
diff --git a/modules/commands/ns_suspend.cpp b/modules/nickserv/ns_suspend.cpp
index 97c69aae4..97c69aae4 100644
--- a/modules/commands/ns_suspend.cpp
+++ b/modules/nickserv/ns_suspend.cpp
diff --git a/modules/commands/ns_update.cpp b/modules/nickserv/ns_update.cpp
index 6980a4207..6980a4207 100644
--- a/modules/commands/ns_update.cpp
+++ b/modules/nickserv/ns_update.cpp
diff --git a/modules/pseudoclients/operserv.cpp b/modules/operserv/operserv.cpp
index 2bda06206..2bda06206 100644
--- a/modules/pseudoclients/operserv.cpp
+++ b/modules/operserv/operserv.cpp
diff --git a/modules/commands/os_akill.cpp b/modules/operserv/os_akill.cpp
index 3f5e9c7d2..3f5e9c7d2 100644
--- a/modules/commands/os_akill.cpp
+++ b/modules/operserv/os_akill.cpp
diff --git a/modules/commands/os_chankill.cpp b/modules/operserv/os_chankill.cpp
index 311e8f3d1..311e8f3d1 100644
--- a/modules/commands/os_chankill.cpp
+++ b/modules/operserv/os_chankill.cpp
diff --git a/modules/commands/os_config.cpp b/modules/operserv/os_config.cpp
index 2a9ede9e7..2a9ede9e7 100644
--- a/modules/commands/os_config.cpp
+++ b/modules/operserv/os_config.cpp
diff --git a/modules/commands/os_defcon.cpp b/modules/operserv/os_defcon.cpp
index 5664f5ffb..5664f5ffb 100644
--- a/modules/commands/os_defcon.cpp
+++ b/modules/operserv/os_defcon.cpp
diff --git a/modules/commands/os_dns.cpp b/modules/operserv/os_dns.cpp
index 79f4bf43e..79f4bf43e 100644
--- a/modules/commands/os_dns.cpp
+++ b/modules/operserv/os_dns.cpp
diff --git a/modules/commands/os_forbid.cpp b/modules/operserv/os_forbid.cpp
index a06f51bb0..a06f51bb0 100644
--- a/modules/commands/os_forbid.cpp
+++ b/modules/operserv/os_forbid.cpp
diff --git a/modules/commands/os_ignore.cpp b/modules/operserv/os_ignore.cpp
index 013d874b0..013d874b0 100644
--- a/modules/commands/os_ignore.cpp
+++ b/modules/operserv/os_ignore.cpp
diff --git a/modules/commands/os_info.cpp b/modules/operserv/os_info.cpp
index 2e293c8f7..2e293c8f7 100644
--- a/modules/commands/os_info.cpp
+++ b/modules/operserv/os_info.cpp
diff --git a/modules/commands/os_jupe.cpp b/modules/operserv/os_jupe.cpp
index 5410b6905..5410b6905 100644
--- a/modules/commands/os_jupe.cpp
+++ b/modules/operserv/os_jupe.cpp
diff --git a/modules/commands/os_kick.cpp b/modules/operserv/os_kick.cpp
index 222756aa3..222756aa3 100644
--- a/modules/commands/os_kick.cpp
+++ b/modules/operserv/os_kick.cpp
diff --git a/modules/commands/os_kill.cpp b/modules/operserv/os_kill.cpp
index 6d57387a1..6d57387a1 100644
--- a/modules/commands/os_kill.cpp
+++ b/modules/operserv/os_kill.cpp
diff --git a/modules/commands/os_list.cpp b/modules/operserv/os_list.cpp
index a6969dc24..a6969dc24 100644
--- a/modules/commands/os_list.cpp
+++ b/modules/operserv/os_list.cpp
diff --git a/modules/commands/os_login.cpp b/modules/operserv/os_login.cpp
index 942c14b80..942c14b80 100644
--- a/modules/commands/os_login.cpp
+++ b/modules/operserv/os_login.cpp
diff --git a/modules/commands/os_logsearch.cpp b/modules/operserv/os_logsearch.cpp
index 145e12b53..145e12b53 100644
--- a/modules/commands/os_logsearch.cpp
+++ b/modules/operserv/os_logsearch.cpp
diff --git a/modules/commands/os_mode.cpp b/modules/operserv/os_mode.cpp
index 964234dac..964234dac 100644
--- a/modules/commands/os_mode.cpp
+++ b/modules/operserv/os_mode.cpp
diff --git a/modules/commands/os_modinfo.cpp b/modules/operserv/os_modinfo.cpp
index 66b8788af..66b8788af 100644
--- a/modules/commands/os_modinfo.cpp
+++ b/modules/operserv/os_modinfo.cpp
diff --git a/modules/commands/os_module.cpp b/modules/operserv/os_module.cpp
index 346640f50..346640f50 100644
--- a/modules/commands/os_module.cpp
+++ b/modules/operserv/os_module.cpp
diff --git a/modules/commands/os_news.cpp b/modules/operserv/os_news.cpp
index 66f4a5026..66f4a5026 100644
--- a/modules/commands/os_news.cpp
+++ b/modules/operserv/os_news.cpp
diff --git a/modules/commands/os_noop.cpp b/modules/operserv/os_noop.cpp
index d4049abd5..d4049abd5 100644
--- a/modules/commands/os_noop.cpp
+++ b/modules/operserv/os_noop.cpp
diff --git a/modules/commands/os_oper.cpp b/modules/operserv/os_oper.cpp
index 7f18da9ac..7f18da9ac 100644
--- a/modules/commands/os_oper.cpp
+++ b/modules/operserv/os_oper.cpp
diff --git a/modules/commands/os_reload.cpp b/modules/operserv/os_reload.cpp
index b66e9704c..b66e9704c 100644
--- a/modules/commands/os_reload.cpp
+++ b/modules/operserv/os_reload.cpp
diff --git a/modules/commands/os_session.cpp b/modules/operserv/os_session.cpp
index 213721b1a..213721b1a 100644
--- a/modules/commands/os_session.cpp
+++ b/modules/operserv/os_session.cpp
diff --git a/modules/commands/os_set.cpp b/modules/operserv/os_set.cpp
index db803a6a2..db803a6a2 100644
--- a/modules/commands/os_set.cpp
+++ b/modules/operserv/os_set.cpp
diff --git a/modules/commands/os_shutdown.cpp b/modules/operserv/os_shutdown.cpp
index 585bbcd50..585bbcd50 100644
--- a/modules/commands/os_shutdown.cpp
+++ b/modules/operserv/os_shutdown.cpp
diff --git a/modules/commands/os_stats.cpp b/modules/operserv/os_stats.cpp
index 82c62ce6e..82c62ce6e 100644
--- a/modules/commands/os_stats.cpp
+++ b/modules/operserv/os_stats.cpp
diff --git a/modules/commands/os_svs.cpp b/modules/operserv/os_svs.cpp
index 3a1ba29b8..3a1ba29b8 100644
--- a/modules/commands/os_svs.cpp
+++ b/modules/operserv/os_svs.cpp
diff --git a/modules/commands/os_sxline.cpp b/modules/operserv/os_sxline.cpp
index 3acaa5c35..3acaa5c35 100644
--- a/modules/commands/os_sxline.cpp
+++ b/modules/operserv/os_sxline.cpp
diff --git a/modules/commands/os_update.cpp b/modules/operserv/os_update.cpp
index b43c5f3cd..b43c5f3cd 100644
--- a/modules/commands/os_update.cpp
+++ b/modules/operserv/os_update.cpp