From 74377ece178e661194a40fa79238b3089bb0d0f2 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Mon, 28 Feb 2011 18:48:58 +0100 Subject: Cleaned up unneeded files, some bugfixes ismaster/isuser now gets called with origin_raw --- TPluginParent.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'TPluginParent.cpp') diff --git a/TPluginParent.cpp b/TPluginParent.cpp index a19f15b..81f4247 100644 --- a/TPluginParent.cpp +++ b/TPluginParent.cpp @@ -16,6 +16,7 @@ using namespace std; #include "TPluginParent.h" #include "TConnection.h" +#include "myfuncs.h" extern list plugins; @@ -35,9 +36,10 @@ void TPluginParent::hiddenaddplugincontext(int flags,int csize) } catch (...) { - cout << "PANIC: unable to create context data!" << endl; //todo: reaktion - cout << "HINT: this should N E V E R happen! you don't have even "<