diff --git a/modules/extra/send_raw.cpp b/modules/extra/send_raw.cpp index 342f1a84..299786a2 100644 --- a/modules/extra/send_raw.cpp +++ b/modules/extra/send_raw.cpp @@ -34,7 +34,7 @@ public: CUser *pUser = CZNC::Get().FindUser(WebSock.GetParam("user")); bool bOutgoing = WebSock.GetParam("direction") == "out"; const CString sLine = WebSock.GetParam("line"); - + if (!pUser) { Tmpl["user"] = WebSock.GetParam("user"); Tmpl[bOutgoing ? "direction_out" : "direction_in"] = "true"; diff --git a/modules/extra/send_raw/tmpl/index.tmpl b/modules/extra/send_raw/tmpl/index.tmpl index a5b833e0..f36f8533 100644 --- a/modules/extra/send_raw/tmpl/index.tmpl +++ b/modules/extra/send_raw/tmpl/index.tmpl @@ -37,7 +37,7 @@ - +