From a855187c9da2dfed2aaee5a6e92555f37b5298d5 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 25 Jun 2018 02:01:53 +0300 Subject: IRC: if user decide "kick with reason", he should write a reason manually --- protocols/IRCG/src/services.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/IRCG/src/services.cpp') diff --git a/protocols/IRCG/src/services.cpp b/protocols/IRCG/src/services.cpp index 920eef758e..d3d2caedbf 100644 --- a/protocols/IRCG/src/services.cpp +++ b/protocols/IRCG/src/services.cpp @@ -632,7 +632,7 @@ int __cdecl CIrcProto::GCEventHook(WPARAM, LPARAM lParam) break; case 6: PostIrcMessage(L"/KICK %s %s %%question=\"%s\",\"%s\",\"%s\"", - p1, gch->ptszUID, TranslateT("Please enter the reason"), TranslateT("Kick"), TranslateT("Jerk")); + p1, gch->ptszUID, TranslateT("Please enter the reason"), TranslateT("Kick"), ""); break; case 7: DoUserhostWithReason(1, L"B" + (CMStringW)p1, true, L"%s", gch->ptszUID); -- cgit v1.2.3