Top

Away Script


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  3.0
Scores Submitted  1
Date Added  Jul 08, 2008
Last Updated  Jul 09, 2008
Tags  1  2  3  as  away  chicken  do  dont  easy  edit  hard  i  is  like  nothing  peach  please  script  set  simple  to  up  veget00tegev  vegeto079 
  Bookmark and Share

Introduction

Simple away script.
Type /awaycommands for commands.
Load script by opening it or type /awayload
Self-checker to make sure the script works before you use it
Config letting you choose the colors

Updates:

Wednesday, July 09, 2008
08:24 AM EST
-Cleaned script up a little (thanks to comments)
08:34 AM EST
-Cleaned up some various things, changed way /config works so that it uses /awaycolor, thus using a few less characters than before

Grab the Code

Comments

  (3)  RSS
mountaindew
Comments: 1,640
 
mIRC Snippet:  Away Script
Posted on Jul 8, 2008 12:39 pm
Code:

  if (%send !isin %normchan) { goto next }
  if (%send isnum) { goto next }

You have a lot of stuff like this. You can use || which means "or" to use two things in one if statement.
Code:

  if (%send !isin %normchan || %send !isnum) { goto next }
DaNzO
Comments: 76
 
mIRC Snippet:  Away Script
Posted on Jul 20, 2008 5:55 pm
"Do not edit this in anyway without my permission"

Srsly, Everyone customizes scripts to how they like them.
vegeto079
Comments: 30
 
mIRC Snippet:  Away Script
Posted on Aug 2, 2008 5:17 pm
Meh, I just put that the same message on every script. Not like I don't expect people to switch it around a bit, just that I don't really want people editing and taking credit for it.

Please Register or Login to start posting comments.
Bottom