added support for Soliton's addition of kick messages...

...in the command wrapper dialog
This commit is contained in:
Thomas Baumhauer 2009-01-18 18:55:20 +00:00
parent b17c7ff63f
commit ce0124b5f9

View file

@ -418,6 +418,7 @@ void ui::handle_event(const SDL_Event& event)
break;
case 5:
msg << "/query kick " << usr_text;
if(!dlg.reason().empty()) msg << ' ' << dlg.reason();
break;
case 6:
msg << "/query kban " << usr_text;