Make query to *raw send the command to IRC instead of to the client

IMHO this makes way more sense. Really, a lot more sense.


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1892 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-04-07 16:04:52 +00:00
parent 7298f9c2dc
commit 0c64f53bc9
+1 -1
View File
@@ -19,7 +19,7 @@ public:
}
virtual void OnModCommand(const CString& sCommand) {
m_pUser->PutUser(sCommand);
PutIRC(sCommand);
}
virtual EModRet OnUserRaw(CString& sLine) {