diff options
Diffstat (limited to 'src/pipeengine.cpp')
-rw-r--r-- | src/pipeengine.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pipeengine.cpp b/src/pipeengine.cpp index 0953387c1..51dfa2955 100644 --- a/src/pipeengine.cpp +++ b/src/pipeengine.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. @@ -78,4 +78,3 @@ void Pipe::Notify() { this->Write("\0", 1); } - |