fixed sending whispers from /whispers

This commit is contained in:
fourtf
2018-06-05 18:51:14 +02:00
parent b410db844d
commit 51bde1098e
7 changed files with 39 additions and 62 deletions
-12
View File
@@ -1,12 +0,0 @@
//#include "singletons/commandmanager.hpp"
//#include "application.hpp"
//#include "debug/log.hpp"
//#include "channel.hpp"
// namespace chatterino {
// namespace singletons {
//} // namespace singletons
//} // namespace chatterino
-25
View File
@@ -1,25 +0,0 @@
//#pragma once
//#include <QMap>
//#include <QString>
//#include <memory>
//#include <mutex>
//#include <util/signalvector2.hpp>
//#include <util/signalvectormodel.hpp>
// namespace chatterino {
// class Channel;
// namespace singletons {
////
//// this class managed the custom /commands
////
// class CommandManager
//{
//};
//} // namespace singletons
//} // namespace chatterino