summaryrefslogtreecommitdiff
path: root/modules/m_xmlrpc_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/m_xmlrpc_main.cpp')
-rw-r--r--modules/m_xmlrpc_main.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/m_xmlrpc_main.cpp b/modules/m_xmlrpc_main.cpp
index ed89ec07e..3969cab59 100644
--- a/modules/m_xmlrpc_main.cpp
+++ b/modules/m_xmlrpc_main.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2010-2016 Anope Team
+ * (C) 2010-2017 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
@@ -131,7 +131,7 @@ class MyXMLRPCEvent : public XMLRPCEvent
req->Dispatch();
return false;
}
-
+
return true;
}
@@ -303,4 +303,3 @@ class ModuleXMLRPCMain : public Module
};
MODULE_INIT(ModuleXMLRPCMain)
-