mirror of
https://github.com/znc/znc.git
synced 2026-08-04 16:03:25 +02:00
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:
+1
-1
@@ -19,7 +19,7 @@ public:
|
||||
}
|
||||
|
||||
virtual void OnModCommand(const CString& sCommand) {
|
||||
m_pUser->PutUser(sCommand);
|
||||
PutIRC(sCommand);
|
||||
}
|
||||
|
||||
virtual EModRet OnUserRaw(CString& sLine) {
|
||||
|
||||
Reference in New Issue
Block a user