From 618a79478aa9b6ad819c3515a86d25628725e560 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 16 Oct 2006 12:50:23 +0000 Subject: AURGH 4 space indents :/ git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5472 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_dccallow.cpp | 483 ++++++++++++++++++++++----------------------- 1 file changed, 241 insertions(+), 242 deletions(-) diff --git a/src/modules/m_dccallow.cpp b/src/modules/m_dccallow.cpp index e0d0b96e1..02331ce82 100644 --- a/src/modules/m_dccallow.cpp +++ b/src/modules/m_dccallow.cpp @@ -17,21 +17,21 @@ static ConfigReader *Conf; class BannedFileList { public: - std::string filemask; - std::string action; +std::string filemask; +std::string action; }; class DCCAllow { public: - std::string nickname; - std::string hostmask; - time_t set_on; - long length; +std::string nickname; +std::string hostmask; +time_t set_on; +long length; - DCCAllow() { } +DCCAllow() { } - DCCAllow(std::string nick, std::string hm, time_t so, long ln) : nickname(nick), hostmask(hm), set_on(so), length(ln) { } +DCCAllow(std::string nick, std::string hm, time_t so, long ln) : nickname(nick), hostmask(hm), set_on(so), length(ln) { } }; typedef std::vector userlist; @@ -44,157 +44,157 @@ bannedfilelist bfl; class cmd_dccallow : public command_t { public: - cmd_dccallow(InspIRCd* Me) : command_t(Me, "DCCALLOW", 0, 0) - { +cmd_dccallow(InspIRCd* Me) : command_t(Me, "DCCALLOW", 0, 0) +{ this->source = "m_dccallow.so"; syntax = "{[+|-]