Top

asl


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  Dec 21, 2007
Last Updated  Dec 21, 2007
Tags  addon  bot 
  Bookmark and Share

Introduction

well wat it does is when u typ !addasl it will add and when u typ !asl nick it will show u it will only rite for the persont hat write it

Grab the Code

Comments

  (3)  RSS
mountaindew
Comments: 1,640
 
mIRC Snippet:  asl
Posted on Dec 21, 2007 1:59 pm
Code:

on *:join:#: {
  if ($nick == $me) {
    halt
  }
  ...

u can do
[/code]
on !*:join:#:{
[/code]
( ! = if ($nick != $me) )
MoNoXiDe
Comments: 19
 
mIRC Snippet:  asl
Posted on Dec 21, 2007 2:11 pm
that's a pretty cool idea :)
HoNdAx707
Comments: 59
 
mIRC Snippet:  asl
Posted on Dec 21, 2007 3:35 pm
missed and ending bracket.

Please Register or Login to start posting comments.
Bottom