hi
Originally Posted By: NSS
The problem is that the bot cant understand a command line after SPACE

u have to remove "!player" from event and put it into a condition like this

Code:
on *:text:*:#:{
  if $2 && $strip($1) == !player {
    if ($sock($v1)) .sockclose $v1
    set %heraldchan $chan
    set %heraldnick $nick
    set %heraldplayer $2
    sockopen !player herald.uthgard-server.net 80
  }
}


try it

Last edited by chacha; 16/02/10 09:55 PM.

WorldDMT