]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Just to mess with om's head, remove helperfuncs.h from everywhere
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 11 Aug 2006 23:31:13 +0000 (23:31 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 11 Aug 2006 23:31:13 +0000 (23:31 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4900 e03df62e-2008-0410-955e-edbf42e46eb7

164 files changed:
include/inspircd.h
include/u_listmode.h
src/base.cpp
src/channels.cpp
src/cmd_admin.cpp
src/cmd_away.cpp
src/cmd_commands.cpp
src/cmd_connect.cpp
src/cmd_die.cpp
src/cmd_eline.cpp
src/cmd_gline.cpp
src/cmd_info.cpp
src/cmd_invite.cpp
src/cmd_ison.cpp
src/cmd_join.cpp
src/cmd_kick.cpp
src/cmd_kill.cpp
src/cmd_kline.cpp
src/cmd_links.cpp
src/cmd_list.cpp
src/cmd_loadmodule.cpp
src/cmd_lusers.cpp
src/cmd_map.cpp
src/cmd_modules.cpp
src/cmd_motd.cpp
src/cmd_names.cpp
src/cmd_nick.cpp
src/cmd_notice.cpp
src/cmd_oper.cpp
src/cmd_part.cpp
src/cmd_pass.cpp
src/cmd_ping.cpp
src/cmd_pong.cpp
src/cmd_privmsg.cpp
src/cmd_qline.cpp
src/cmd_quit.cpp
src/cmd_restart.cpp
src/cmd_rules.cpp
src/cmd_server.cpp
src/cmd_squit.cpp
src/cmd_stats.cpp
src/cmd_summon.cpp
src/cmd_time.cpp
src/cmd_topic.cpp
src/cmd_trace.cpp
src/cmd_unloadmodule.cpp
src/cmd_user.cpp
src/cmd_userhost.cpp
src/cmd_users.cpp
src/cmd_version.cpp
src/cmd_wallops.cpp
src/cmd_who.cpp
src/cmd_whois.cpp
src/cmd_whowas.cpp
src/cmd_zline.cpp
src/command_parse.cpp
src/commands.cpp
src/configreader.cpp
src/cull_list.cpp
src/dns.cpp
src/dynamic.cpp
src/hashcomp.cpp
src/helperfuncs.cpp
src/inspircd.cpp
src/inspsocket.cpp
src/mode.cpp
src/modes/cmode_b.cpp
src/modes/cmode_h.cpp
src/modes/cmode_o.cpp
src/modes/cmode_v.cpp
src/modules.cpp
src/modules/extra/m_filter_pcre.cpp
src/modules/extra/m_mysql.cpp
src/modules/extra/m_pgsql.cpp
src/modules/extra/m_sqlauth.cpp
src/modules/extra/m_sqloper.cpp
src/modules/extra/m_sqlutils.cpp
src/modules/extra/m_ssl_gnutls.cpp
src/modules/extra/m_ssl_openssl.cpp
src/modules/extra/m_testclient.cpp
src/modules/m_alias.cpp
src/modules/m_antibear.cpp
src/modules/m_banexception.cpp
src/modules/m_blockamsg.cpp
src/modules/m_blockcaps.cpp
src/modules/m_blockcolor.cpp
src/modules/m_botmode.cpp
src/modules/m_cban.cpp
src/modules/m_censor.cpp
src/modules/m_cgiirc.cpp
src/modules/m_chanfilter.cpp
src/modules/m_chanprotect.cpp
src/modules/m_check.cpp
src/modules/m_chghost.cpp
src/modules/m_chgident.cpp
src/modules/m_conn_waitpong.cpp
src/modules/m_connflood.cpp
src/modules/m_denychans.cpp
src/modules/m_filter.cpp
src/modules/m_foobar.cpp
src/modules/m_globalload.cpp
src/modules/m_helpop.cpp
src/modules/m_httpd.cpp
src/modules/m_httpd_stats.cpp
src/modules/m_inviteexception.cpp
src/modules/m_joinflood.cpp
src/modules/m_kicknorejoin.cpp
src/modules/m_knock.cpp
src/modules/m_messageflood.cpp
src/modules/m_nicklock.cpp
src/modules/m_noctcp.cpp
src/modules/m_noinvite.cpp
src/modules/m_nokicks.cpp
src/modules/m_nonicks.cpp
src/modules/m_nonotice.cpp
src/modules/m_operchans.cpp
src/modules/m_operjoin.cpp
src/modules/m_operlevels.cpp
src/modules/m_operlog.cpp
src/modules/m_opermd5.cpp
src/modules/m_opermotd.cpp
src/modules/m_opersha256.cpp
src/modules/m_override.cpp
src/modules/m_park.cpp
src/modules/m_randquote.cpp
src/modules/m_redirect.cpp
src/modules/m_remove.cpp
src/modules/m_restrictchans.cpp
src/modules/m_restrictmsg.cpp
src/modules/m_safelist.cpp
src/modules/m_sajoin.cpp
src/modules/m_sapart.cpp
src/modules/m_securelist.cpp
src/modules/m_services.cpp
src/modules/m_services_account.cpp
src/modules/m_sethost.cpp
src/modules/m_setident.cpp
src/modules/m_setidle.cpp
src/modules/m_setname.cpp
src/modules/m_showwhois.cpp
src/modules/m_silence.cpp
src/modules/m_spanningtree.cpp
src/modules/m_spy.cpp
src/modules/m_ssl_dummy.cpp
src/modules/m_sslmodes.cpp
src/modules/m_stripcolor.cpp
src/modules/m_swhois.cpp
src/modules/m_testcommand.cpp
src/modules/m_timedbans.cpp
src/modules/m_tline.cpp
src/modules/m_uninvite.cpp
src/modules/m_userip.cpp
src/modules/m_watch.cpp
src/snomasks.cpp
src/socket.cpp
src/socketengine.cpp
src/socketengine_epoll.cpp
src/socketengine_kqueue.cpp
src/socketengine_select.cpp
src/timer.cpp
src/userprocess.cpp
src/users.cpp
src/wildcard.cpp
src/xline.cpp

index cf884f9150363e565e18ea585d42031cef1da90c..e93964b0baca301a919a1e2b43bd397318082caf 100644 (file)
@@ -25,7 +25,7 @@
 #include "channels.h"
 #include "socket.h"
 #include "mode.h"
-#include "helperfuncs.h"
+
 #include "socketengine.h"
 #include "command_parse.h"
 
index b3c62355229bd07a441615ad667e804f6b645a37..6bcbb728a7478a0145da40f8dce95053850fdb37 100644 (file)
@@ -8,7 +8,7 @@
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "wildcard.h"
 #include "inspircd.h"
 
index 30df1f0e7ce5de0733d5ad2afa6d2d22758279f8..6b680ce1afb77aa78ea8937de17a7597243419ce 100644 (file)
@@ -22,7 +22,7 @@
 #include <string>
 #include "inspircd.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 
 const int bitfields[]           =       {1,2,4,8,16,32,64,128};
 const int inverted_bitfields[]  =       {~1,~2,~4,~8,~16,~32,~64,~128};
index fff2769701a12a5689bdf59ff612922605591e8c..29373e906f549e07ea317f4b34b2277529e9afdf 100644 (file)
@@ -35,7 +35,7 @@ using namespace std;
 #include "mode.h"
 #include "xline.h"
 #include "inspstring.h"
-#include "helperfuncs.h"
+
 #include "typedefs.h"
 
 chanrec::chanrec(InspIRCd* Instance) : ServerInstance(Instance)
index 98dd13f7e3549ac92c0992466b06f1d93e887b4a..d87b2de2cba3d7c3a3860d676e94107fdc5be654 100644 (file)
@@ -17,7 +17,7 @@
 #include "configreader.h"
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_admin.h"
 
 
index 60833562df70fa986c0493f864b086bcb54ac521..6843ed4e118bb9551634eab4a1048d8a6ad52d92 100644 (file)
@@ -20,7 +20,7 @@
 #include "users.h"
 #include "modules.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_away.h"
 
 
index 107ae1e3121b92c0a22038edd42d963eaf78363e..d61c5d8ee17298cf231e97dda9daaf2009322ecc 100644 (file)
@@ -17,7 +17,7 @@
 #include "inspircd.h"
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_commands.h"
 
 
index 8f96e7b557d0675eb5f11048c9680ee821b593de..b8383d93cff1ed59ce18d507d320911fa5bd749c 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_connect.h"
 
 /*
index 2371ca9474434b60335e404cbad5961fad971394..e3ee482969982358f5fb3f641b816eed28a14f92 100644 (file)
@@ -20,7 +20,7 @@
 #include "configreader.h"
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_die.h"
 
 
index 9e9274de7aa4c42050b95afa35c5619ee875c00f..6ee43d16f81fbdb3285162ebc8e65c504aeff8c2 100644 (file)
@@ -21,7 +21,7 @@
 #include "modules.h"
 #include "commands.h"
 #include "xline.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_eline.h"
 
 
index 03725a8989e308af42aa37ea0d65e7d1077679ac..eda52095b5d0b8bf2e0c6fe969e6e9c6bc01bf86 100644 (file)
@@ -21,7 +21,7 @@
 #include "modules.h"
 #include "commands.h"
 #include "xline.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_eline.h"
 
 
index 6c89ff59eecb24dc67346705e505b97d93274dec..ca9a4f7658731f0cc9901ce8c6af18579cee60c7 100644 (file)
@@ -18,7 +18,7 @@
 #include "users.h"
 #include "modules.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_info.h"
 
 
index 423624a01affe6a9c91c126e7bedb5f8dd0912b8..781bcad28eaa358b22c197108775528132c1486d 100644 (file)
@@ -19,7 +19,7 @@
 #include "users.h"
 #include "modules.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_invite.h"
 
 
index fd6e92df233f9e56f44126bf1945238aa50e66fb..5500334ce709228251647b3f25691b2287ef8b99 100644 (file)
@@ -18,7 +18,7 @@
 #include "ctables.h"
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 #include "commands/cmd_ison.h"
 
index 5f214b3aa997dae98728f3102ae3bbeb3e1342c0..3e380143261a17a5cfb8290d5d40441b1fd20f8a 100644 (file)
@@ -17,7 +17,7 @@
 #include "inspircd.h"
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_join.h"
 
 
index 9838995d2ff8470e1d38ef0faaca9ed30a5d0c77..07b3896894eec83de57d89fea6def9cb63ddd1d2 100644 (file)
@@ -17,7 +17,7 @@
 #include "inspircd_config.h"
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 #include "commands/cmd_kick.h"
 
index bf596ee2bb409047882514c8c89a7e20e393147f..01b49ae6ba195564c149f770d8f51048b18b63d7 100644 (file)
@@ -21,7 +21,7 @@
 #include "users.h"
 #include "modules.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_kill.h"
 
 
index 4baeefb8fdf760664bde347594ce37748ba3e057..02a928f1116dbfaa167a21bdb3aaa3ea0d5be0d1 100644 (file)
@@ -28,7 +28,7 @@
 #include "modules.h"
 #include "commands.h"
 #include "xline.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_kline.h"
 
 void cmd_kline::Handle (const char** parameters, int pcnt, userrec *user)
index 3b2fc9a2162292e99ad1cc807365a70725b706ca..1c61b0e70bdee8eccb184d55b067f125d39d5202 100644 (file)
@@ -19,7 +19,7 @@
 #include "users.h"
 #include "modules.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_links.h"
 
 
index 9b6fbfd0563f138bfc96a0b53422b9d6c0020956..7aa9319baa1e9e9430fcecb3ba5035237aec303f 100644 (file)
@@ -17,7 +17,7 @@
 #include "users.h"
 #include "ctables.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 #include "commands/cmd_list.h"
 
index 835a5b17003832e31e04246fcbde171cde2c35bf..9b3a85f1ddc2ede3535e4594b93f13cb4e23c89b 100644 (file)
@@ -17,7 +17,7 @@
 #include "inspircd.h"
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_loadmodule.h"
 
 
index 39f0930724231dfc76063f072da3d4daec4cff6a..416dd29244867fcaa31cdcda35d50a21adb1b45e 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 #include "commands/cmd_lusers.h"
 
index 8463addc52b299024c2d23bf6c66e5502ddb053e..19e963e63611e405eeb8266e21eef29d55c79a25 100644 (file)
@@ -18,7 +18,7 @@
 #include "configreader.h"
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_map.h"
 
 
index 73a226bf1b00efbb6b7635eb9da012ef566db35e..af8c3e9abdd5b0a6d9c138c1ce2dde34dec166f5 100644 (file)
@@ -27,7 +27,7 @@
 #include "users.h"
 #include "modules.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "wildcard.h"
 #include "commands/cmd_modules.h"
 
index ab89bfd190b77d439534c6a0f9fbbcbc64688cce..c57da2e9fa9dcd55c66a3e3768e139b71e62ffa1 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_motd.h"
 
 void cmd_motd::Handle (const char** parameters, int pcnt, userrec *user)
index 70b1876a1a3ff6b875a4f4ecbe036a98c64db719..0012a132f1ab9aef89ff5aa9f110ef734899ef98 100644 (file)
@@ -17,7 +17,7 @@
 #include "inspircd.h"
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_names.h"
 
 
index d96298ca2b181fdf4d820dbdc02a419b64c63e7f..04d204d7bd9ef23cc0f9afeb98d97b02213743aa 100644 (file)
@@ -24,7 +24,7 @@
 #include "commands.h"
 #include "xline.h"
 #include "dns.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 #include "hashcomp.h"
 #include "commands/cmd_nick.h"
index 53d6e0d9e888b935fb7e2c5fde3e4d30ea4b5661..2099724006ebeb6ba9f275387ee453e54a232c24 100644 (file)
@@ -24,7 +24,7 @@
 #include "modules.h"
 #include "wildcard.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "hashcomp.h"
 #include "commands/cmd_notice.h"
 
index e8b22d14d00abd30a062b06bb4d81b5be04e66f5..6fd610322222cf59a4670340606381d1c658c27c 100644 (file)
@@ -29,7 +29,7 @@
 #include "mode.h"
 #include "xline.h"
 #include "inspstring.h"
-#include "helperfuncs.h"
+
 #include "hashcomp.h"
 #include "socketengine.h"
 
index 10c95661bc75ffc215214ca871dfad711c7a626d..afa59580c1eda2b10efc2dbf5396ba3628fa140d 100644 (file)
@@ -17,7 +17,7 @@
 #include "inspircd.h"
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_part.h"
 
 
index 35a65b3c536bbda2a14b6ef0cdcc251488d9dfca..080cd6517c24f5579fcd7368a7ee80f2bdfe0e7a 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_pass.h"
 
 void cmd_pass::Handle (const char** parameters, int pcnt, userrec *user)
index 5ece8b941ba9b35efe1cde4ea090e4225fe66109..515312670191c8a7b2e4d1c48ef3d4ddfcd16790 100644 (file)
@@ -17,7 +17,7 @@
 #include "configreader.h"
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_ping.h"
 
 
index cf86b5b53933ddf0becaed7ece49989b631a0bdd..11973a72936b48237e1e6bcf59425f45bc2e148b 100644 (file)
@@ -17,7 +17,7 @@
 #include "users.h"
 #include "commands.h"
 #include "commands/cmd_pong.h"
-#include "helperfuncs.h"
+
 
 void cmd_pong::Handle (const char** parameters, int pcnt, userrec *user)
 {
index 557289bbd43e5a69fa56168067217aba55495c8d..3f9e33652436e9dbc8f33a93e96e8f39e0ef6b24 100644 (file)
@@ -22,7 +22,7 @@
 #include "modules.h"
 #include "wildcard.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_privmsg.h"
 
 void cmd_privmsg::Handle (const char** parameters, int pcnt, userrec *user)
index 5be818ff4b98a158de50300287ee555c3b32ec5f..0dc36032d910d34692d8be50d1183a57228ff690 100644 (file)
@@ -20,7 +20,7 @@
 #include "modules.h"
 #include "commands.h"
 #include "xline.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_qline.h"
 
 void cmd_qline::Handle (const char** parameters, int pcnt, userrec *user)
index f90778995165b7ac7ddf6c6ce68bc82eb539e92e..7430e0fd27599334ee9ea12eeb69349e76af8ca1 100644 (file)
@@ -29,7 +29,7 @@
 #include "mode.h"
 #include "xline.h"
 #include "inspstring.h"
-#include "helperfuncs.h"
+
 #include "hashcomp.h"
 #include "socketengine.h"
 #include "commands/cmd_quit.h"
index ff3d641ffffeeedf977f8361762e724d43f52c58..5704b3416bd15830ecfc78f08f39532501c82535 100644 (file)
@@ -17,7 +17,7 @@
 #include "configreader.h"
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_restart.h"
 
 
index 4ba1a0dedb2f4b470b74125f8662766abc55a12b..f1788772ec892655d25cdd774ccb3e1cddec2178 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_rules.h"
 
 void cmd_rules::Handle (const char** parameters, int pcnt, userrec *user)
index b932a2089dd325bb4ab7af68be318925687b2ab9..e179f9305b184230c2044b6c8fb025b8648e469f 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 #include "commands/cmd_server.h"
 
index cc496d4bc139d8c6080d8733c0ed4c359a0e691b..e583d4fa385549f736454c03f43f86ad415a2562 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_squit.h"
 
 /*
index 8187f881206c20cd01c2e25be87963877c1ac5b0..201f9c0e23f7fd5108ba968fba8fc2c662c8dc78 100644 (file)
@@ -35,7 +35,7 @@
 #include "mode.h"
 #include "xline.h"
 #include "inspstring.h"
-#include "helperfuncs.h"
+
 #include "hashcomp.h"
 #include "socketengine.h"
 #include "command_parse.h"
index e85981a502ecdd3687ea3eda6c4ae0c7bd658a8b..c14f9af5d53a0b519dde6d9c2e852872b93ffd20 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_summon.h"
 
 void cmd_summon::Handle (const char** parameters, int pcnt, userrec *user)
index e5ed1c183e5d2c531ba721927386683187cdb5d5..a4ae310d1d8f3a3c205fdce12afc75371c5836f3 100644 (file)
@@ -18,7 +18,7 @@
 #include "configreader.h"
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_time.h"
 
 void cmd_time::Handle (const char** parameters, int pcnt, userrec *user)
index fd9f192ae4cdf462a9afa682ea9bb31ef76c533d..1939af7b23cf78bebd6258ac55453a3ded0d8f33 100644 (file)
@@ -20,7 +20,7 @@
 #include "modules.h"
 #include "commands.h"
 #include "commands/cmd_topic.h"
-#include "helperfuncs.h"
+
 
 void cmd_topic::Handle (const char** parameters, int pcnt, userrec *user)
 {
index 675681e3a959de640bfbae21951c4496a5b5da8b..6f4fecc75b8494f0e444846d35039034283b94c1 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 #include "commands/cmd_trace.h"
 
index 2b0d8dbf3d16cd4fc60d962ab8ebd4a9b178d71f..df84603a68c48d380b978cc8f994e278c98feb52 100644 (file)
@@ -17,7 +17,7 @@
 #include "inspircd.h"
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_unloadmodule.h"
 
 
index 22cfbfab1bdd182c3109ba1d2010187949c63f0f..66a275c7223a9f0fc3f74512e13477301076decf 100644 (file)
@@ -18,7 +18,7 @@
 #include "configreader.h"
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_user.h"
 
 
index cf7000b5d00df54b84a30336efc7727aebcdebdb..aaa25c98659cdd64d76733fb5014b92b8a98d393 100644 (file)
@@ -17,7 +17,7 @@
 #include "inspircd_config.h"
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 #include "commands/cmd_userhost.h"
 
index 963f392c19006883cadd37c4624eaaeb65145cde..ff8877df4fc10fa2f23a250514f8e76c6222b957 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_users.h"
 
 void cmd_users::Handle (const char** parameters, int pcnt, userrec *user)
index 884e533e613b148e3d08a5f151a19850eb9a651f..eab4aec013fc82091a6466a3ee36a3f9bc15f2ce 100644 (file)
@@ -18,7 +18,7 @@
 #include "configreader.h"
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_version.h"
 
 
index 9e278ca6c301135e77eaa2d88775c847f39e0918..11a4664e8dae108dd064707c3064f9bceb77f40e 100644 (file)
@@ -17,7 +17,7 @@
 #include "configreader.h"
 #include "modules.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_wallops.h"
 
 
index 16e746ee30c5f3c73435b8678f7f1fc158cc7685..2fcefa22d878b2c5ca429a394498f130dd5a61fa 100644 (file)
@@ -18,7 +18,7 @@
 #include "users.h"
 #include "modules.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "wildcard.h"
 #include "commands/cmd_who.h"
 
index c863d799850868d3991dc3d9d11490139b72a55f..703faad3f150cbc1dcc16c339d3a76c1a4aa6b06 100644 (file)
@@ -19,7 +19,7 @@
 #include "users.h"
 #include "modules.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_whois.h"
 
 const char* Spacify(char* n)
index f147336fd81636188c61735f98579ff817207228..fe0d8c90d68f966acb97106ab7f4df634621d51e 100644 (file)
@@ -18,7 +18,7 @@
 #include "configreader.h"
 #include "users.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_whowas.h"
 
 void cmd_whowas::Handle (const char** parameters, int pcnt, userrec* user)
index cdb296d1676fae080f0cb1d858a71a99b93a0e60..17fdeed16352591e81bace9a6849f14dd4c1153d 100644 (file)
@@ -21,7 +21,7 @@
 #include "modules.h"
 #include "commands.h"
 #include "xline.h"
-#include "helperfuncs.h"
+
 #include "commands/cmd_zline.h"
 
 
index e3d47e9b7d1ffd78fec282159d6fb0f1074152a2..d7c8aefe5ba931ba3fdbf12b01c6c3fae90fb0c1 100644 (file)
@@ -36,7 +36,7 @@
 #include "commands.h"
 #include "xline.h"
 #include "inspstring.h"
-#include "helperfuncs.h"
+
 #include "hashcomp.h"
 #include "socketengine.h"
 #include "userprocess.h"
index b9f6d2cec4835fdda0d1f43f094aa9b72348dbff..7e28784971f5bea79e2f328c5a1f10cf571494a1 100644 (file)
@@ -43,7 +43,7 @@
 #include "mode.h"
 #include "xline.h"
 #include "inspstring.h"
-#include "helperfuncs.h"
+
 #include "hashcomp.h"
 #include "socketengine.h"
 #include "typedefs.h"
index e983bbc9029f2ef8af6e32b1fad74585d2e1704e..a9e34a716fc3fac6a0daf11dbd5ccba9ef84fd0d 100644 (file)
@@ -22,7 +22,7 @@
 #include <fstream>
 #include "inspircd.h"
 #include "inspstring.h"
-#include "helperfuncs.h"
+
 #include "userprocess.h"
 #include "xline.h"
 
index 50ecfe518ba5986a69328ad2d58a4ebac58c1428..74e16e64ed4765fe71383aa97a421d55998b1bea 100644 (file)
@@ -33,7 +33,7 @@ using namespace std;
 #include "xline.h"
 #include "inspstring.h"
 #include "inspircd.h"
-#include "helperfuncs.h"
+
 #include "hashcomp.h"
 #include "typedefs.h"
 #include "cull_list.h"
index b5bab8edd98cb8554bb7e41e425e838dd8bbd465..50aae9c82a89502a7f727b41a7d96136cde4f2d3 100644 (file)
@@ -38,7 +38,7 @@ using namespace std;
 #include <map>
 #include "dns.h"
 #include "inspircd.h"
-#include "helperfuncs.h"
+
 #include "inspircd_config.h"
 #include "socketengine.h"
 #include "configreader.h"
index f42d1fec967d19bbd85ebd52fa1c10b842ea6d06..3a6c0897c7c261f7b0b2157f8e7077af63f7d6db 100644 (file)
@@ -28,7 +28,7 @@ using namespace std;
 #endif
 
 #include "inspstring.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 #include <unistd.h>
 #include <sys/types.h>
index 953997e5b83c9dd2b8549fd2500fd4026c4e88e5..d4f9e53d646caf6097364ed31a5379be2ddc6d70 100644 (file)
@@ -20,7 +20,7 @@ using namespace std;
 #include "inspircd.h"
 #include <string>
 #include "hashcomp.h"
-#include "helperfuncs.h"
+
 #include <ext/hash_map>
 
 #define nspace __gnu_cxx
index 51246199a6a8768a2f7d88c0e354ded104f2e2cd..cc4b8355fc5ac4992e9ac7b448a433b39ea6b41c 100644 (file)
@@ -38,7 +38,7 @@
 #include "xline.h"
 #include "commands.h"
 #include "inspstring.h"
-#include "helperfuncs.h"
+
 #include "hashcomp.h"
 #include "typedefs.h"
 #include "inspircd.h"
index 831ac80a1d75c87342dd26f57b713ef1883a7818..9084f8277da38bf83dc86a7a40cd646f7dc6b37b 100644 (file)
@@ -55,7 +55,7 @@
 #include "commands.h"
 #include "xline.h"
 #include "inspstring.h"
-#include "helperfuncs.h"
+
 #include "hashcomp.h"
 #include "socketengine.h"
 #include "inspircd_se_config.h"
index 1bf58c91cf80b50bea277bf90d60eef59f161722..75f8dc250b32af9c2706e92cee4e17d9f255182d 100644 (file)
@@ -23,7 +23,7 @@
 #include "socket.h"
 #include "configreader.h"
 #include "inspstring.h"
-#include "helperfuncs.h"
+
 #include "socketengine.h"
 #include "inspircd.h"
 
index b3886eefe402324205700c97592abeba603b79e8..c865ebe2f7ed2519d20e1e825cd16b4676d4a467 100644 (file)
@@ -25,7 +25,7 @@ using namespace std;
 #include "users.h"
 #include "modules.h"
 #include "inspstring.h"
-#include "helperfuncs.h"
+
 #include "commands.h"
 #include "mode.h"
 
index 82e57ea7bb1e3bddd406482b9b4dfa6dc560a1fe..546bcb30fe82bd26fdfebd161f2bfe333d69ace3 100644 (file)
@@ -7,7 +7,7 @@
 #include "mode.h"
 #include "channels.h"
 #include "users.h"
-#include "helperfuncs.h"
+
 #include "modules.h"
 #include "inspstring.h"
 #include "hashcomp.h"
index cb7c631dbc5b49a5674cb53b5d37abe1d8fdbabd..21c97cabcaa4471bb4fed58c600544107b842781 100644 (file)
@@ -7,7 +7,7 @@
 #include "mode.h"
 #include "channels.h"
 #include "users.h"
-#include "helperfuncs.h"
+
 #include "commands.h"
 #include "modules.h"
 #include "inspstring.h"
index 864923506d9e66c16352869d1602bbef39323a58..0ab3d9d958b94fbe8da5d1ac804f59d56e674520 100644 (file)
@@ -7,7 +7,7 @@
 #include "mode.h"
 #include "channels.h"
 #include "users.h"
-#include "helperfuncs.h"
+
 #include "commands.h"
 #include "modules.h"
 #include "inspstring.h"
index 171e845fd0fa7cf1b8e17bcf77979745faa515aa..af1fbe22a38a2fc708af341741056e8b2107bbed 100644 (file)
@@ -7,7 +7,7 @@
 #include "mode.h"
 #include "channels.h"
 #include "users.h"
-#include "helperfuncs.h"
+
 #include "commands.h"
 #include "modules.h"
 #include "inspstring.h"
index fc49d622fa1819c6f361d2fc63f15a5bc248e09d..b78b84d12d7a155cc7d2fd61b27bce3e3aa488af 100644 (file)
@@ -35,7 +35,7 @@
 #include "xline.h"
 #include "commands.h"
 #include "inspstring.h"
-#include "helperfuncs.h"
+
 #include "hashcomp.h"
 #include "socket.h"
 #include "socketengine.h"
index 819d77843190d14e16c4d5dd1b5e73ce08626479..d435600b4d4edb9e4127bd87908f76cf4bd28034 100644 (file)
@@ -24,7 +24,7 @@
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 class FilterPCREException : public ModuleException
index d43203ac4956711e4cfb91738bf1fcf028967826..db68e17cd3fbafbf44d5f64963de41e710987955 100644 (file)
@@ -23,7 +23,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 #include "m_sqlv2.h"
 
index a60fcb5f6a2c9c824ba98a3222a90cf84af4122e..c4bf1da9985ec546a9d9388911567dd86310ff79 100644 (file)
@@ -25,7 +25,7 @@
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 #include "configreader.h"
 
index 12bad82fcb515ad35c58768fe55a375ce8fba10f..acdd5da51149606554d85bfba14b69512000251b 100644 (file)
@@ -21,7 +21,7 @@
 #include "channels.h"
 #include "modules.h"
 #include "inspircd.h"
-#include "helperfuncs.h"
+
 #include "m_sqlv2.h"
 #include "m_sqlutils.h"
 
index 4ae07b3de27230fd0b2b09cb3ac54f16ad1d9325..22535e16349caed7a57902d656a98aa75ec3650c 100644 (file)
@@ -21,7 +21,7 @@
 #include "modules.h"
 #include "inspircd.h"
 #include "configreader.h"
-#include "helperfuncs.h"
+
 #include "m_sqlv2.h"
 #include "m_sqlutils.h"
 #include "commands/cmd_oper.h"
index 8cddacd4283a4be109e04f606e64dda9c66f5d81..700f69e7d61165017dc47fef14613bfb0bc10ede 100644 (file)
@@ -23,7 +23,7 @@
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 #include "configreader.h"
 
index b33213c140e0dc10d33e36c5762e82acaa199ec6..fdde010dcde6cc902da5ff293671610aabc503a4 100644 (file)
@@ -8,7 +8,7 @@
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "socket.h"
 #include "hashcomp.h"
 #include "inspircd.h"
index a1cb6c4c4eec0bc4cfb5f9e694b70858bdc48531..280796b4bbaa4f8accce1c97bb5ea3a84d993068 100644 (file)
@@ -9,7 +9,7 @@
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "socket.h"
 #include "hashcomp.h"
 #include "inspircd.h"
index e9696ed959395624683e5180331b1d322b490235..cff09ba413fe436faba5852b525bca372433bf2e 100644 (file)
@@ -3,7 +3,7 @@
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 #include "configreader.h"
 #include "m_sqlv2.h"
index 5eb7c9908400c917e3d313023eec244be29e1805..09cf15947b2b117b59db0ab26ef1c2165ef9acb2 100644 (file)
@@ -19,7 +19,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "commands.h"
 #include "inspircd.h"
 #include <vector>
index 7a8437935483a6a50f5875bf378606cff262faa9..557d2ca0cf8667d8880a16dfc445f9226a755a4b 100644 (file)
@@ -19,7 +19,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 
 /* $ModDesc: Sends a numeric on connect which cripples a common type of trojan/spambot */
 
index cc3bf0730de052bb9084ea83977a38720a203f12..82939231ff7e6d511f7fc8571cb819b937f054fe 100644 (file)
@@ -5,7 +5,7 @@
 #include "channels.h"
 #include "modules.h"
 #include "mode.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 #include "u_listmode.h"
 
index 59c03e1e3652e6b64aef748e531fcb69bf226224..7dc2f2f2fa7fba1014a91810ebf661fc1d548b1b 100644 (file)
@@ -23,7 +23,7 @@
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "hashcomp.h"
 #include "inspircd.h"
 
index 1e9095a83720e07fb29b921bfe848cbdd3582331..b105e1dc55d0e97acfaec5dd3358f5632b283602 100644 (file)
@@ -18,7 +18,7 @@
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 #include "mode.h"
 
index 04d9d1e54c88b570a6c35e72d4532aa16a636214..978c72e52592971b1f6512b6578bb834b8a8935a 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Provides support for unreal-style channel mode +c */
index eabe8a0b4e25745fd6702095b5796bc71c105f70..0cde92bece980792a84354ae7c1ea365541dd77a 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "configreader.h"
 #include "inspircd.h"
 
index 19d6e850217ab403c8ad95b46acf2da077e7c10a..a774968bb759d9ebe7a1fb46d6d14925ea899762 100644 (file)
@@ -22,7 +22,7 @@
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "hashcomp.h"
 #include "commands.h"
 #include "configreader.h"
index e68886a34f5e661a3dd0997d159882bba2fcf898..a1aba037d27d6b823280e8c3e54902a6eb54449f 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 typedef std::map<irc::string,irc::string> censor_t;
index 32ac5726fc6c7ae1e401b57e691aa70e85f3dd9a..49616287701ed35e6a7891c7cd22f06822c5eb37 100644 (file)
@@ -23,7 +23,7 @@
 #include <arpa/inet.h>
 #include "users.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "dns.h"
 #include "inspircd.h"
 
index c835da180234cfb8fa30af59427d14bacd280959..693b1788d938bbec474fbf7854e271e378fea34f 100644 (file)
@@ -22,7 +22,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "hashcomp.h"
 #include "u_listmode.h"
 #include "inspircd.h"
index 13a9957cbf38df1638b1ab1fc9d1c6a34ff4a6f4..981f14f2ec93677cbc2c4f125013048d69809662 100644 (file)
@@ -17,7 +17,7 @@
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 #include "commands.h"
 
index 54abe0940557617cedd728776b3a698a34b831ac..b3a9dbb1f271b0c25e9e2172b8cf94fa41d5acd7 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 #include "modules.h"
 #include "commands.h"
 #include "inspircd.h"
-#include "helperfuncs.h"
+
 #include "wildcard.h"
 
 /* $ModDesc: Provides the /check command to retrieve information on a user, channel, or IP address */
index d3c3dc84f8449719f1c64dad12764ecd53ebaccb..fdb438c91a2eaebcd2711b2f6f8f4da6a9e676b9 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Provides support for the CHGHOST command */
index 5bc70e3d7e5490324890778c1bb52a158ec8906e..e5b19bfca804b6da0fe4435a577a500616df6429 100644 (file)
@@ -1,7 +1,7 @@
 #include <string>
 #include "users.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Provides support for the CHGIDENT command */
index e04563218f6de9af2f7a43f292513095e3f03d21..937577c5ec2443e67b0758a5374943d0a9eb48cf 100644 (file)
@@ -4,7 +4,7 @@
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Forces connecting clients to send a PONG message back to the server before they can complete their connection */
index ffa2fba83c0c777e906865c93246426d639cd617..6a0ee948ab279efdfeebf5f4d41ccced5f10d2d9 100644 (file)
@@ -20,7 +20,7 @@ using namespace std;
 
 #include "users.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Connection throttle */
index 67a7aaca61c87efcb2a6fd4919c156ebab8c012c..04d0a30337d65a6b8d09edd686fcb46c47d40510 100644 (file)
@@ -18,7 +18,7 @@
 #include "channels.h"
 #include "modules.h"
 #include "hashcomp.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Implements config tags which allow blocking of joins to channels */
index a1511c3f223335ad8e0c3f2d8964a1e891cbd20a..775130f356e32eb4ea819ebe8e44ff1cece844de 100644 (file)
@@ -25,7 +25,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: An enhanced version of the unreal m_filter.so used by chatspike.net */
index a5b0553b0cb68c6fe7d86a25372e96b2f3445545..13c3477dea8977f1ed7eaf5be64dc185489fea56 100644 (file)
@@ -19,7 +19,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: A dummy module for testing */
index 842b03a27154dd0473ba5452dab92263e4df8025..dfd518cf27d3b68458f3ed50b77e593b8a502e20 100644 (file)
@@ -23,7 +23,7 @@ using namespace std;
 #include "channels.h"
 #include "modules.h"
 #include "inspircd.h"
-#include "helperfuncs.h"
+
 
 class cmd_gloadmodule : public command_t
 {
index 46b82b23449127441d9c78bc3755b98000044ee7..2bce7097d1d19bf55b3e4440cf195a963a2eb0a7 100644 (file)
@@ -19,7 +19,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 // Global Vars
index 19367e1fe0b9e722d646972b7397087735e37cb1..feddae0011990acd8d0ec00b61d0799d8d56af5f 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 #include "channels.h"
 #include "modules.h"
 #include "inspsocket.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 #include "httpd.h"
 
index 677beed22aafe5c4b375a5784ff942dde635cccb..29b9b190d1aa23ecf957d026cc007ef9e3de70ab 100644 (file)
@@ -22,7 +22,7 @@ using namespace std;
 #include "configreader.h"
 #include "modules.h"
 #include "inspsocket.h"
-#include "helperfuncs.h"
+
 #include "httpd.h"
 #include "inspircd.h"
 
index 0f2748b0af8679b192dc184591e320ab859a7842..ba582555d89241c785a5b6d953f3feba9aac3dc4 100644 (file)
@@ -5,7 +5,7 @@
 #include "channels.h"
 #include "modules.h"
 #include "mode.h"
-#include "helperfuncs.h"
+
 #include "u_listmode.h"
 
 /* $ModDesc: Provides support for the +I channel mode */
index e4d5281596cf30dbfa43d70f16c480540a81a8d9..7f12d5cce68b43490df33763c46aa4dde50a3b11 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "configreader.h"
 #include "inspircd.h"
 
index 86f53fae7354b02963db5a140ea8fbf7eb30c3a1..35aecc894eaf5e4c703ecf948963ee2197bbacf6 100644 (file)
@@ -5,7 +5,7 @@
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Provides channel mode +J (delay rejoin after kick) */
index 25286f4c554c24a89656981b02da01feb42c77a6..092ce999fdd19dfd71a1700df8f9eff1b912fbfb 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "configreader.h"
 #include "inspircd.h"
 
index ce10daed292f182e529d44fe5db3172a7d8d87e2..5a4f03340ea10838dfb290534e1f0ddb8158eae6 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Provides channel mode +f (message flood protection) */
index 16f6aafa62536ab90f57168cc589f69e3af96e9a..1a7e8c5a713a2f0bec5ea7642425d961de7a515e 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "hashcomp.h"
 #include "inspircd.h"
 
index 666143a041883bce9cfc78552eaa3da1cc08a74d..885f2dd548a4ffc11145d4f45eb168ec48102cec 100644 (file)
@@ -20,7 +20,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Provides support for unreal-style channel mode +c */
index b2878830e72ad6fad2c7385daf028f0bffab2987..9e4d37ff1b68e89f37d5d1d3f17757837e2c1c92 100644 (file)
@@ -20,7 +20,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Provides support for unreal-style channel mode +V */
index 1606ca026e0da39d145e113f38f2ac265842e709..abf4f80348e5c0fabb10c4532de67f069653124e 100644 (file)
@@ -20,7 +20,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Provides support for unreal-style channel mode +Q */
index d8f974c9f649b12d336cd72d5bdfcfa64dc45d79..9d2a3d9eb666c9122ce70ca807b653b53873acb8 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "hashcomp.h"
 #include "configreader.h"
 #include "inspircd.h"
index 1c0948f126f7317d4c5818e559884ff7119881dc..c6de6dbdf80f29dec1a64ef8446a6a1a1051e5c6 100644 (file)
@@ -20,7 +20,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Provides support for unreal-style channel mode +T */
index def8452b40b959429c3573a8f67a334e4fc3e33c..2bb1299c94818ed8b2dd1e69397c02074501edaa 100644 (file)
@@ -20,7 +20,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Provides support for oper-only chans via the +O channel mode */
index 45c5e3959c3e109430ae999946aeae7de9f221c6..67512815d356a0ef8ddfef8ecfada63c567a8979 100644 (file)
@@ -5,7 +5,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Forces opers to join the specified channel(s) on oper-up */
index ba0235f6a0c51c182bab953781dc3f3fe57355d9..ab4fee21f351d8ebd4c155a23b374169c37e027b 100644 (file)
@@ -4,7 +4,7 @@ using namespace std;
 #include "channels.h"
 #include "modules.h"
 #include <string>
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Gives each oper type a 'level', cannot kill opers 'above' your level. */
index 088410baa161099577bb1c214444c69eaa3fcd15..cf5b80a3856e8026bb6e6d947f45abb2c25caa38 100644 (file)
@@ -19,7 +19,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 #include <vector>
 
index 3cfb74961ab6c3f631baa0f1ba165a8805180266..9ac896e81e709a178554379a9094d746f68f29a5 100644 (file)
@@ -26,7 +26,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* The four core functions - F1 is optimized somewhat */
index f0457904a143c6f9ec34077b9bcc01063e114f28..5d50d41924214a437a91696b07ce53952be70fb4 100644 (file)
@@ -6,7 +6,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Shows a message to opers after oper-up, adds /opermotd */
index 6ab8f6d1641de6ae1bf7d356932648a95d180693..92579cdaf875fbe24339b42be8f85fdf75df02a6 100644 (file)
@@ -44,7 +44,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 
index c65a992e7ad45d6d04858c65e907d1a658f84641..e13481ab1547cebfa2eb6f865455141e965e6ef6 100644 (file)
@@ -17,7 +17,7 @@
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "configreader.h"
 #include "inspircd.h"
 
index e27a47d0432b06f7977f1d87b483883d8b7993a8..c1c8a055b77cfa1209893bde87209afcb6f55195 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 #include <vector>
 #include "users.h"
 #include "channels.h"
-#include "helperfuncs.h"
+
 #include "modules.h"
 #include "inspircd.h"
 
index 035b39a0c1801e7ce938b298cdecbf6871ac89e9..0bb0be1db1d539fe800f1ad8f4621c488c044bd5 100644 (file)
@@ -19,7 +19,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 
index 4f9aa0c2aa81c122bcd9f4e6bafa6452f789256c..e51d1f20ff58243ca0ed47c493e1fdeeb6baf335 100644 (file)
@@ -20,7 +20,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Provides channel mode +L (limit redirection) */
index 8e26f6ead9baadd546f6d89e081f5e4bdc6f31f4..1ee4742a30e68e40d0c86dd260bcbc8dc7a52fd0 100644 (file)
@@ -6,7 +6,7 @@
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "configreader.h"
 #include "commands.h"
 #include "inspircd.h"
index 50d83617c8ca3fdeecbb137ff3f9bef42fcb90a2..1b7d4104a50bcbacf1c19cd1f870f543f948885a 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Only opers may create new channels if this module is loaded */
index 4b9a838b7a6cab7bffbffc50b1eb57eb2d4b9bb4..8e10e2457af94254d59359e8d619aaef4f8ab9f5 100644 (file)
@@ -22,7 +22,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Forbids users from messaging each other. Users may still message opers and opers may message other opers. */
index 89e72f6527d43adb126961c0218af7a9ff4ebc48..1f7f2742f26b7712b03d7ac3f0fdfe77881de00b 100644 (file)
@@ -19,7 +19,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include <vector>
 #include "configreader.h"
 #include "inspircd.h"
index 3dfbc7efed7f89ebca332e83801ca214e63c5ea6..01a335f800716df45e3745a6e3e57ce28b8bc94a 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Provides support for unreal-style SAJOIN command */
index 3120783cf9a085f422aeaa298e7f6867bcef67c3..98178c46a5c6f967e56d1b22c303db02307dc1b0 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Provides support for unreal-style SAPART command */
index 92049497f2e4fd35c815dcc00eb8d0ad2353dce8..14eb2aecff8a3039fc8d1cd9f7853bde76ed53f6 100644 (file)
@@ -19,7 +19,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include <vector>
 #include "inspircd.h"
 
index 21ab31f6bc12b1df291caf2e9f1f754d43561811..0a7e3adff18b58259a0d300dbc0c04b1f37ce035 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 #include "channels.h"
 #include "modules.h"
 #include <string>
-#include "helperfuncs.h"
+
 #include "commands.h"
 #include "hashcomp.h"
 #include "inspircd.h"
index d3a16fa0558951ac343c23c8f7e91b0ac5674c3c..5ddbbb979216d11a64b48024b69c16c41a7ae458 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 #include "channels.h"
 #include "modules.h"
 #include <string>
-#include "helperfuncs.h"
+
 #include "hashcomp.h"
 #include "inspircd.h"
 
index 75d758f38178ec34662b9883e8f9c17f0b276c52..b7496a4ba1f122fa5c53b92a42ce8841ae80c377 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Provides support for the SETHOST command */
index e9795cc7e580974533080ae454fc59113e467bb0..94ab3ff517f445a62fb7ff583289c698b8a72dd6 100644 (file)
@@ -1,6 +1,6 @@
 #include "users.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Provides support for the SETIDENT command */
index 8bc790fca61a8774f1972af3c89d84c2b5a3ecb4..f6584aef6bb2b9e0f99519e72e1e62077154ee33 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Allows opers to set their idle time */
index e088b796381abf64ab310e924a5cd37eb924ff16..25269d1c420784f6e901604abcd7fb6e36770153 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Provides support for the SETNAME command */
index 728b07fc563117074d8de7c7f3c2de6ef3256bd8..0719a93f83a7641843e5d8b68e60e3ad143ef863 100644 (file)
@@ -6,7 +6,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Allows opers to set +W to see when a user uses WHOIS on them */
index e39c0a7ead6023faba3d2248c2b57e84cc4543c9..d3a5ca44ae2765edf30546462eb4aac0344ca09c 100644 (file)
@@ -22,7 +22,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "hashcomp.h"
 #include "inspircd.h"
 
index 8aa3e2b654441d5236980ef867b66ddc3db28423..b3cc874bd85c407a271c43126c0e7ff57c9c7b07 100644 (file)
@@ -32,7 +32,7 @@ using namespace std;
 #include "commands/cmd_whois.h"
 #include "commands/cmd_stats.h"
 #include "socket.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 #include "wildcard.h"
 #include "inspstring.h"
index df52b4feed4232cefa5326c93f1e98651731c639..55b3a650c83d537a2ac73d8cf8018174cc5f3f7e 100644 (file)
@@ -34,7 +34,7 @@ using namespace std;
 #include "modules.h"
 #include "commands.h"
 #include "socket.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 #include "inspstring.h"
 #include "hashcomp.h"
index 284d1d6cbb2d2bcafa32d8a6e00aa589074c0fa1..4b3390c8d22c8febcb8982bfa46a74cbea52b681 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "users.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 
 /* $ModDesc: Makes remote /whoises to SSL servers work on a non-ssl server */
 
index 55cfd7a165250da5a2385d71a87cf52f661d67de..9cc3f28720cbbb3bfef44dfb3f18b4965fce61d8 100644 (file)
@@ -1,7 +1,7 @@
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Provides support for unreal-style channel mode +z */
index 46e577779d9152bf85406db147e249d8885f712e..293b5ee13cac7686660e47a87e49e769ec08fed1 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Provides channel +S mode (strip ansi colour) */
index f885a6145e16e528b7d0421003112d507a7e337c..e98f87ffbafa5826a850e570fe179c88ad1c160e 100644 (file)
@@ -17,7 +17,7 @@
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Provides the SWHOIS command which allows setting of arbitary WHOIS lines */
index 61effc3de15a209b4adc3cdbca2644b37f324728..a615f9cb50c97dcf29cf7a68f1f8e76c84a16b5c 100644 (file)
@@ -20,7 +20,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "dns.h"
 #include "inspircd.h"
 
index ac993e0a9fd0638debda8bf0f7160d39f467d75f..faeb3e6bad7c7e329def79e854b7d1ebf07cfd83 100644 (file)
@@ -23,7 +23,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "hashcomp.h"
 #include "configreader.h"
 #include "inspircd.h"
index 37574ea025b72c63a019bd3cd65829fb1ec6f8e4..2616448e68a382e1942ad06bfbc6c97c22c7942d 100644 (file)
@@ -20,7 +20,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "wildcard.h"
 #include "inspircd.h"
 #include "dns.h"
index 3af5a7e6f0f54d9391f82fe79d96ca3d03b1ef6f..044907b69310838cd9c1f6d01b3364c991268e64 100644 (file)
@@ -22,7 +22,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "configreader.h"
 #include "inspircd.h"
 
index 7389038eacfcb4356b126cf90cb1c3f6ae35294d..9fea5837bd5b18b4030df74944c26f1be1efed4c 100644 (file)
@@ -21,7 +21,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Provides support for USERIP command */
index 521ddde5610a6a4a97de36177cd93d8c67982b50..d01bc045a6ea89a87c05566fff1e0edce0a56c7b 100644 (file)
@@ -22,7 +22,7 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "hashcomp.h"
 #include "inspircd.h"
 
index 7aac6033074234439088dbbcbae4389567aaa576..3b52e2f0ef07efa825827cd0ba758a4abaf66e9f 100644 (file)
@@ -21,6 +21,6 @@
 #include "modules.h"
 #include "commands.h"
 #include "xline.h"
-#include "helperfuncs.h"
+
 #include "snomasks.h"
 
index 39b0feeb040638199b8d33d2dbeb0344c2f72c75..d28107f7f0ab1daa9940565f2a52e00d7ef86bbd 100644 (file)
@@ -19,7 +19,7 @@
 #include "socket.h"
 #include "inspircd.h"
 #include "inspstring.h"
-#include "helperfuncs.h"
+
 #include "socketengine.h"
 #include "wildcard.h"
 
index 834fe9e0bceaef73a16b65c2706ab5bd53cde23e..65571caf50fb301591e403d791683b2bcd05a380 100644 (file)
@@ -28,7 +28,7 @@
 #include <vector>
 #include <string>
 #include "socketengine.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 SocketEngine::SocketEngine(InspIRCd* Instance) : ServerInstance(Instance)
index f25d41939469e58e64c6721fb46234ed4392f61c..64b1be63d9c221c49323c952965f0621828e701d 100644 (file)
@@ -21,7 +21,7 @@
 #include <vector>
 #include <string>
 #include "socketengine_epoll.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 EPollEngine::EPollEngine(InspIRCd* Instance) : SocketEngine(Instance)
index ea054f96c6d526ff9303895fcbf6f3fbe5bd8d8d..0c322611332fd25e9efe5bd0fbe8e34df3a98b10 100644 (file)
@@ -23,7 +23,7 @@
 #include <vector>
 #include <string>
 #include "socketengine_kqueue.h"
-#include "helperfuncs.h"
+
 
 KQueueEngine::KQueueEngine(InspIRCd* Instance) : SocketEngine(Instance)
 {
index f8a403d05373a295d02fc8742f6bb3c08ca69f3f..4e79dc19ba28b089817ab7ac5bbada0e0e63b136 100644 (file)
@@ -21,7 +21,7 @@
 #include <string>
 #include <sys/select.h>
 #include "socketengine_select.h"
-#include "helperfuncs.h"
+
 
 SelectEngine::SelectEngine(InspIRCd* Instance) : SocketEngine(Instance)
 {
index 2b30b478cf592eed5806b27d8d137449fb125cf9..148dafc68e0d800d9180e57aa6ac12dded852fff 100644 (file)
@@ -19,7 +19,7 @@
 #include "inspircd_config.h"
 #include "inspircd.h"
 #include "typedefs.h"
-#include "helperfuncs.h"
+
 #include "timer.h"
 
 void TimerManager::TickTimers(time_t TIME)
index 5cf116978ec4822403e87f99cb9975e8a4d654ba..49a4e90892692f94e17e0105cdd55b86f4e0afbe 100644 (file)
@@ -42,7 +42,7 @@ using namespace std;
 #include "commands.h"
 #include "xline.h"
 #include "inspstring.h"
-#include "helperfuncs.h"
+
 #include "hashcomp.h"
 #include "socketengine.h"
 #include "userprocess.h"
index 41d25cf53de8edc88b94f05604bbee5b63f4d5b8..84bdbb9d6f8509d2b60f1a21c323a811beeea799 100644 (file)
@@ -23,7 +23,7 @@
 #include <stdarg.h>
 #include "inspstring.h"
 #include "commands.h"
-#include "helperfuncs.h"
+
 #include "typedefs.h"
 #include "socketengine.h"
 #include "hashcomp.h"
index 4032809965ea91007bb1b1e312563b0be3b9ad2f..502dc89c3273ab54b8b7f82729eb342ad81faa41 100644 (file)
@@ -19,7 +19,7 @@ using namespace std;
 #include <string>
 #include "inspircd_config.h"
 #include "inspircd.h"
-#include "helperfuncs.h"
+
 #include "inspstring.h"
 
 using irc::sockets::MatchCIDR;
index 2ad58d093f75332d258c132813338157d92264d8..0a1150aa8932e51abdf4b45075fa8f5997ca886e 100644 (file)
@@ -32,7 +32,7 @@ using namespace std;
 #include "commands.h"
 #include "xline.h"
 #include "inspstring.h"
-#include "helperfuncs.h"
+
 #include "hashcomp.h"
 #include "typedefs.h"
 #include "configreader.h"