summaryrefslogtreecommitdiff
path: root/src/socket_clients.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket_clients.cpp')
-rw-r--r--src/socket_clients.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/socket_clients.cpp b/src/socket_clients.cpp
index bb0618f31..e9c756d76 100644
--- a/src/socket_clients.cpp
+++ b/src/socket_clients.cpp
@@ -1,6 +1,6 @@
/*
*
- * (C) 2003-2016 Anope Team
+ * (C) 2003-2017 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
@@ -96,4 +96,3 @@ void ClientSocket::OnError(const Anope::string &error)
{
Log(LOG_DEBUG) << "Socket error: " << error;
}
-