Log Forger

By GoldFish on Jun 13, 2010

Just a fun little script I decided to make. Watch:

!log &AmericanGTS My dick is so small <3 <&Hobo> [17:58:39] <&AmericanGTS> My dick is so small <3 Fun huh? ```mirc on *:text:*!log*:#: { msg # $chr(91) $+ $time $+ $chr(93) < $+ $2 $+ > $3- } elseif ($2- == $null) { msg # What do you want a log for? } ```

Comments

Sign in to comment.
Jethro   -  Jun 16, 2010

Jethro_: So then why did Gold say it was MSL?You have no idea what you're talking about...> Can you script not using MSL or what?What's that got to do with the matter in hand?

 Respond  
AnaBotNowYourGone   -  Jun 15, 2010

Jethro_: So then why did Gold say it was MSL? Can you script not using MSL or what?

 Respond  
Jethro   -  Jun 13, 2010

AnaBotNowYourGone, MSL is an abbreviation for mIRC Scripting Language.

 Respond  
Jethro   -  Jun 13, 2010

The question should have been "whom do you want to log for?" As napa182 stated, it's a safe bet to have a flood control. Last but not least, you need to make sure the person you are logging for exists:

on $*:text:/^!log/iS:#:{ 
  if !%x {
    inc -u4 %x 
    if !$2 {
      msg # Whom do you want a log for? 
    }
    else { 
      msg # $iif($strip($2) ison #,$timestamp $+(<,$2,>) $3-,$2 is not on # $+ !) 
    }
  }
}
 Respond  
AnaBotNowYourGone   -  Jun 13, 2010

I actually think it's good. o_o I give it a 6, since it's not really usefull but sort of fun. BTW, sorry if this is noobish, but what is msl?

 Respond  
napa182   -  Jun 13, 2010

lolwut?

um it's more of a say command then a log, and why make ur trigger a wildcard? also ur else wont work.
1/10

anyways you can change

$chr(91) $+ $time $+ $chr(93) < $+ $2 $+ > $3-

to this

$timestamp $+(<,$2,>) $3-

but you should maybe check if $2 is a nick in the chan an maybe add a flood control to it.

 Respond  
GoldFish   -  Jun 13, 2010

and this is posted in msl, the default mIRC syntax, so it is correct.

 Respond  
GoldFish   -  Jun 13, 2010

it makes things that look like logs. the else $2 == $null part is just there so it's not too short to post lol.

 Respond  
sean   -  Jun 13, 2010

um.. your syntax is all different kinds of wrong; and i dont get the point of this. it doesn't actually log anything. sorry i just dont see the 'fun'

rated 2/10 for incomplete

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.