summaryrefslogtreecommitdiff
path: root/TPluginParentLight.cpp.old
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-02-27 19:53:05 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-02-27 19:53:05 +0100
commitd26ab5f2338aaf07289dd57c7770f85a79cf7b2b (patch)
tree763147d5f178d7db09910b5ab2fe8fe6d75afa9b /TPluginParentLight.cpp.old
parentdacd393fefeabafd1306533dd6c5a56e0ab347cc (diff)
Removed ./configure stuff, created simple makefile
Diffstat (limited to 'TPluginParentLight.cpp.old')
-rw-r--r--TPluginParentLight.cpp.old6
1 files changed, 0 insertions, 6 deletions
diff --git a/TPluginParentLight.cpp.old b/TPluginParentLight.cpp.old
deleted file mode 100644
index 402ba82..0000000
--- a/TPluginParentLight.cpp.old
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "TPluginParentLight.h"
-
-void TPluginParentLight::pluginsay(string what)
-{
- pluginsend("PRIVMSG "+get_name()+" :"+what);
-}