diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-07-04 21:02:05 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-07-04 21:02:05 +0000 |
commit | f1bbd65bbaa4291c194244424668aa16c357ca0f (patch) | |
tree | 2428e11f4554e4c8fd1c1863bcb6e3e769013088 /plugins/CmdLine/src/mimcmd_handlers.h | |
parent | 374a75a4d6f709c30232828f5db64f1e7278b622 (diff) |
CommandLine:
-translation fixes
-fixed message encoding
-fixed timestamps
-fixed: "sounds" command without params returned popup
NewGPG:
-translation fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@9681 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CmdLine/src/mimcmd_handlers.h')
-rw-r--r-- | plugins/CmdLine/src/mimcmd_handlers.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/CmdLine/src/mimcmd_handlers.h b/plugins/CmdLine/src/mimcmd_handlers.h index 565c7e3ec5..1a30ccaeae 100644 --- a/plugins/CmdLine/src/mimcmd_handlers.h +++ b/plugins/CmdLine/src/mimcmd_handlers.h @@ -34,22 +34,4 @@ extern PLUGININFOEX pluginInfo; void HandleCommand(PCommand command, TArgument *argv, int argc, PReply reply);
-void HandleStatusCommand(PCommand command, TArgument *argv, int argc, PReply reply);
-void HandleAwayMsgCommand(PCommand command, TArgument *argv, int argc, PReply reply);
-void HandlePopupsCommand(PCommand command, TArgument *argv, int argc, PReply reply);
-void HandleSoundsCommand(PCommand command, TArgument *argv, int argc, PReply reply);
-void HandleClistCommand(PCommand command, TArgument *argv, int argc, PReply reply);
-void HandleQuitCommand(PCommand command, TArgument *argv, int argc, PReply reply);
-void HandleExchangeCommand(PCommand command, TArgument *argv, int argc, PReply reply);
-void HandleYAMNCommand(PCommand command, TArgument *argv, int argc, PReply reply);
-void HandleCallServiceCommand(PCommand command, TArgument *argv, int argc, PReply reply);
-void HandleMessageCommand(PCommand command, TArgument *argv, int argc, PReply reply);
-void HandleDatabaseCommand(PCommand command, TArgument *argv, int argc, PReply reply);
-void HandleProxyCommand(PCommand command, TArgument *argv, int argc, PReply reply);
-void HandleContactsCommand(PCommand command, TArgument *argv, int argc, PReply reply);
-void HandleHistoryCommand(PCommand command, TArgument *argv, int argc, PReply reply);
-void HandleVersionCommand(PCommand command, TArgument *argv, int argc, PReply reply);
-void HandleSetNicknameCommand(PCommand command, TArgument *argv, int argc, PReply reply);
-void HandleIgnoreCommand(PCommand command, TArgument *argv, int argc, PReply reply);
-
#endif //M_MIMCMD_HANDLERS_H
\ No newline at end of file |