auto perform
Posted by Technique
Saturday, November 11, 2006
Description:

Didn't do it in Dialogs but I am planning on creating 1 tonight some time, But I made this 1 with basic alias and while loops lol. Got bored so.

on *:CONNECT:{
  timeraper 1 20 chanperform
}

alias chanperform {
  %x = 1
  while (%x <= $lines(mybot.txt)) {
    %y = $read(mybot.txt,%x)
    join %y
    inc %x
  }
}
alias addchan {
  write mybot.txt $1
  echo -a Added $1
}
alias delchan {
  rem mybot.txt $1
  echo -a Deleted $1
}
Wow...
Posted by Rustynails
Saturday, November 11, 2006 11:27pm PST
Why is everything you make so bad? Shouldn't your skills be progressing as you go along?
waste time honestly.
Posted by Technique
Sunday, November 12, 2006 02:16pm PST
Why would you even waste your time even replying if ur gonna say something stupid.... Honestly you need to become mature. I dont care if its bad or not. Your not the best IRC coder on ScriptSurge il tell u that...
Good job?
Posted by Rustynails
Monday, November 13, 2006 01:07pm PST
Buddy, it's advice. Take it because god knows you need it. Your scripts aren't improving and you remain a bad scripter because of it. Telling me I'm not the best IRC coder on scriptsurge? I know that, but I'm good and I would have made a script like the one you made when I was 10 days into scripting, not a few months. As for becoming mature, look who's talking, I'm giving you advice and you're rejecting the idea that you suck. Where's the maturity there? Accept the fact that you need to improve and make better scripts, because frankly this doesn't impress me or anybody. As for your /delchan alias, try /help rem
Notice something? Doesn't find any matches. Go figure, huh?
Submit a comment
Oops! You need to login or register before you can post a comment!

ebaum's world