Make it more clear that the sample module is loaded

Some others reported that all their text is read, but they did not know it was
the sample module. Now this should clear


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@916 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2008-01-07 21:32:30 +00:00
parent e72c445694
commit 5368d1634f

View File

@@ -167,7 +167,7 @@ public:
virtual EModRet OnUserMsg(CString& sTarget, CString& sMessage) {
PutModule("[" + sTarget + "] usermsg [" + sMessage + "]");
sMessage = "\0034" + sMessage + "\003";
sMessage = "Sample: \0034" + sMessage + "\003";
return CONTINUE;
}