diff options
Diffstat (limited to 'src/command.cpp')
-rw-r--r-- | src/command.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/command.cpp b/src/command.cpp index f314eaf93..5cfdf2833 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -309,7 +309,6 @@ bool Command::FindCommandFromService(const Anope::string &command_service, BotIn return true; } } - + return false; } - |