Thank you eahm. This is what this thread is all about!

I see the filebin link you posted wille expire in a couple of days, hence the following breakdown (for future readers):

I do see that you are using a couple script files. You have onstart.mrc and nomnick.mrc loaded. Also you reference:

xpallette.mrc - https://forums.mirc.com/ubbthreads.php/topics/262097/xpallette-extended-color-pallette-display
nickcolors-pre758.mrc - https://forums.mirc.com/ubbthreads.php/topics/257384/randomly-colorized-usernames
awaycheck.mrc - code below
mircini_unleashed.chm - https://web.archive.org/web/20071116220323/www.mishscript.de/help/mircini/index.htm
Eahm's colors and pallettes (mirc.ini) - https://forums.mirc.com/ubbthreads.php/topics/266273/my-color-schemes

nomnick.mrc
Code
on *:TEXT:*:#:{
  if ($me isin $strip($1-)) {
    echo -dt $+($chr(3),7,$nick,$chr(3) on $chr(3),7,#,$chr(3),:,$chr(3) $1-)
  }
}


onstart.mrc
Code
on *:START:{
  fupdate 100
}
alias sF1 {
  run https://www.mirc.com/help/html/index.html
  run https://en.wikichip.org/wiki/mirc/commands
}


awaycheck.mrc
Code
on ME:*:JOIN:#:{ set %awaycheck 1 | who $chan | .timer 0 3600 who $chan }
alias awaycheck {
  set %awaycheck 1
  var %azx = $active
  who $iif(!$1,%azx,$1)
}

raw 352:*:{
  if (%awaycheck) && ($chr(71) isin $7) { cline 14 $2 $6 }
  halt
}

raw 315:*:{
  if (%awaycheck) { unset %awaycheck }
  halt
}


Eahm, are you happy with your current configuration or are you still looking to perfect it? If the latter, what would make your config even better?

Are there more people willing to share what mSL code/resources they use in their day-to-day use of mIRC?


GNU Terry Pratchett - Looking for a mIRC help channel -> Check #mircscripting @ irc.swiftirc.net