mirror of
https://github.com/znc/znc.git
synced 2026-07-03 00:11:59 +02:00
Make all the modules support networks
This commit is contained in:
@@ -93,7 +93,7 @@ public:
|
||||
void PutShell(const CString& sMsg) {
|
||||
CString sPath = m_sPath.Replace_n(" ", "_");
|
||||
CString sSource = ":" + GetModNick() + "!shell@" + sPath;
|
||||
CString sLine = sSource + " PRIVMSG " + m_pUser->GetCurNick() + " :" + sMsg;
|
||||
CString sLine = sSource + " PRIVMSG " + m_pClient->GetNick() + " :" + sMsg;
|
||||
PutUser(sLine);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user