Quick answer:
Source\_Interface\WndManager.h:
Code:
Line 256:
enum { WARNING_MILLISECOND = 700, WARNING_2_MILLISECOND = 1000, SHORTCUT_WARNING_MILLISECOND = 3000, BANNING_MILLISECOND = 180000 };
To:
BANNING_MILLISECOND = 15000 /*ms*/
Code:
enum { WARNING_MILLISECOND = 700, WARNING_2_MILLISECOND = 1000, SHORTCUT_WARNING_MILLISECOND = 3000, BANNING_MILLISECOND = 15000};
If you change it to less than a minute or for ex. to 100 seconds you may update the stirng in the textclient.txt.txt from minutes to seconds and change the source format (remove the "/ 60").
How you could've done it yourself:
Go ingame, Spamm, Follow the text


