Hmmm after some day's of using the script...
It didn't worked really good...
i need something like this...
Code:
On *:Text:!allow *:#: {
  if ($nick == Dracoz)
      write allowlist.txt
      msg $chan $2 Has been added to the Allow-List.
 }
}
On *:Text:!invite *:#: {
   if ($nick ==
(and here something if $nick types !invite and if he is in allowlist.txt that the bot invites this user to #Corless)


Is this possible ?