command/Other: move some functions to ClientCommands.cxx

handle_tagtypes() is also being moved to ClientCommands.cxx, because
that command will be extended to access client-specific settings.
This commit is contained in:
Max Kellermann
2017-02-08 07:39:40 +01:00
parent 2f3f075e4f
commit 09d87d5ef1
6 changed files with 105 additions and 49 deletions

View File

@@ -31,6 +31,7 @@
#include "OutputCommands.hxx"
#include "MessageCommands.hxx"
#include "NeighborCommands.hxx"
#include "ClientCommands.hxx"
#include "OtherCommands.hxx"
#include "Permission.hxx"
#include "tag/Type.h"