diff options
Diffstat (limited to 'src/command.cpp')
-rw-r--r-- | src/command.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/command.cpp b/src/command.cpp index 35a99eb80..5cfdf2833 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -1,7 +1,7 @@ /* * * (C) 2008-2011 Robin Burchell <w00t@inspircd.org> - * (C) 2008-2016 Anope Team <team@anope.org> + * (C) 2008-2017 Anope Team <team@anope.org> * * Please read COPYING and README for further details. */ @@ -309,7 +309,6 @@ bool Command::FindCommandFromService(const Anope::string &command_service, BotIn return true; } } - + return false; } - |