Andrew-|

Andrew-|

Joined
Mar 27, 2008

Activity Stream

Andrew-| commented on a Page, Runescape !grats(z) script  -  Apr 07, 2008

Why are you back referencing grat[sz]?

 Respond  
Andrew-| commented on a Page, Disconnect thing...  -  Mar 30, 2008

If I find your $mnick and $anick, I could /nick $mnick or /nick $anick and /ctcp $anick DISCONNECT or /ctcp $mnick DISCONNECT.

 Respond  
Andrew-| commented on a Page, Simple Shitlist For Bot  -  Mar 27, 2008

Where is the botaccess2 alias?

 Respond  
Andrew-| commented on a Page, Mass invite and execpt modes  -  Mar 27, 2008

napa182, the matchtext could be /^[+-][eI]/Si.

on $*:TEXT:/^[+-][eI]/Si:#:{
  if ($nick($chan,$nick,oh)) {
    if ($2) {
      if ($2 == $me) {
        .notice $nick I don\'t think so.
      }
      else {
        var %a = 1
        while (%a < 10) {
          var %b = %b $addtok(%b,$address($2,%a),32)
          inc %a
        }
        mode $chan $left($1,1) $+ $str($right($1,1),%a) %b
      }
    }
    else {
      .notice $nick please speicfy a nick
    }
  }
}
 Respond  
Andrew-| commented on a Page, Energy Sword  -  Mar 27, 2008

If the local variable %sword is assigned the value 9000, what will be the outcome? :?

Because there are two possible outcomes, why don\'t you use $r(1,2) and if (%sword == 1) { ... } else { ... }?

 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.