summaryrefslogtreecommitdiff
path: root/TPluginParentLight.cpp.old
blob: 402ba82873699153b26a7a07e23a103503a805f9 (plain)
1
2
3
4
5
6
#include "TPluginParentLight.h"

void TPluginParentLight::pluginsay(string what)
{
	pluginsend("PRIVMSG "+get_name()+" :"+what);
}