OK I understand that. It will never happen again. I just didnt know where to start, since I am very new to the scripting-bussines.

But I have a question regarding the bot:

Why dosnt this work? I have mimiced Riamus2's script, but well...
Code:
on *:text:*:#: {
  if ($nick isop $chan) {
    if ($1 == !commands) {
      msg $chan !Start logging Börjar logga #antioch
      msg $chan !Stop logging Avslutar loggningen och skickar den till Snigel
      msg $chan !Add [Spelare] [Roll] Lägger till dig i rollistan
      msg $chan !Summary [Sammanfattning] Lägger till en sammanfattning
      msg $chan !Addqoute [Citat] Lägger till ett citat
      msg $chan !Quote Visar alla citaten
    }
  }
  if ($1 == !commands) {
    msg $chan !Add [Spelare] [Roll] Lägger till dig i rollistan
    msg $chan !Addqoute [Citat] Lägger till ett citat
    msg $chan !Summary [Sammanfattning] Lägger till en sammanfattning
    msg $chan !Quote Visar alla citaten
  }
}

it is a !commands-script.