summaryrefslogtreecommitdiff
path: root/TPluginParentLight.cpp.old
diff options
context:
space:
mode:
Diffstat (limited to 'TPluginParentLight.cpp.old')
-rw-r--r--TPluginParentLight.cpp.old6
1 files changed, 6 insertions, 0 deletions
diff --git a/TPluginParentLight.cpp.old b/TPluginParentLight.cpp.old
new file mode 100644
index 0000000..402ba82
--- /dev/null
+++ b/TPluginParentLight.cpp.old
@@ -0,0 +1,6 @@
+#include "TPluginParentLight.h"
+
+void TPluginParentLight::pluginsay(string what)
+{
+ pluginsend("PRIVMSG "+get_name()+" :"+what);
+}