From d77298545ea81cd7ff4f5b8eba5e126d7fad1d5d Mon Sep 17 00:00:00 2001 From: Un1matr1x Date: Wed, 8 Jun 2011 06:51:13 +0200 Subject: [PATCH] =?UTF-8?q?tabs=20in=20newlines=20could=20be=20removed?= =?UTF-8?q?=C2=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/extra/send_raw.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/extra/send_raw.cpp b/modules/extra/send_raw.cpp index d15eea2f..1c6a4533 100644 --- a/modules/extra/send_raw.cpp +++ b/modules/extra/send_raw.cpp @@ -21,7 +21,7 @@ class CSendRaw_Mod: public CModule { PutModule("User [" + sLine.Token(1) + "] not found"); } } - + void SendServer(const CString& sLine) { CUser *pUser = CZNC::Get().FindUser(sLine.Token(1)); @@ -115,7 +115,6 @@ public: "[user] [data to send]", "The data will be sent to the user's IRC client(s)"); AddCommand("Server", static_cast(&CSendRaw_Mod::SendServer), "[user] [data to send]", "The data will be sent to the IRC server the user is connected to"); - } };