added support for Soliton's addition of kick messages...
...in the command wrapper dialog
This commit is contained in:
parent
b17c7ff63f
commit
ce0124b5f9
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue