Well...I did everything and it seemed to work.
Yet, i have a bot that runs the following lines:

Code:
if (%playernum == 10) {    
 msg #chan 14>>> 5[ 7,15The gather is now set with 10 players. The gather players will now recieve a PM with the ipass and their team.5 ]2<<<
 set %i 1
 while (%i <= 5) { 
  /cprivmsg %alpha. [ $+ [ %i ] ] 14>>> 5[7,15 Hello $nick !  Your team is: Alpha.  Your tag is: Alpha| $+ $nick $+ .  Plz use your real nick!  The Password is: %pass $+ .  The ip of the server is: %ip $+ . The map played is: %map $+ .  In case you have any trouble PM the gather admin: %admin. 5]2<<<
  %inc %i
 }
 set %i 1
 while (%i <= 5) { 
  /cprivmsg %bravo. [ $+ [ %i ] ] 14>>> 5[7,15 Hello $nick !  Your team is: Bravo.  Your tag is: Bravo| $+ $nick $+ .  Plz use your real nick!  The Password is: %pass $+ .  The ip of the server is: %ip + . The map played is: %map $+ .  In case you have any trouble PM the gather admin: %admin. 5]2<<<    
  %inc %i
 }
}


And it seems like nothing helps when running these lines, he allways gets kicked. Any ideas?