aWoL

aWoL

Joined
Jun 23, 2008

Activity Stream

aWoL commented on a Page, Truncate  -  Jun 25, 2008

Good work as always Furbs ;p

 Respond  
aWoL created a Page  -  Jun 24, 2008
684 

Snippet does work, aslong as you set a variable for %staffchan. A basic blacklist script, using the syntax:

  1 Thread   mIRC  
aWoL commented on a Page, Bot Singer  -  Jun 23, 2008

Thats not true.

fifthly - don\'t the ($1 == .water) && ($2 == $me) actually have to be like (($1 == .water) && ($2 == $me)) ??? 

It would work as either of the following:

($1 == .water) && ($2 == $me)
($1 == .water && $me == $me)
(($1 == .water && $2 == $me))
(($1 == .water) && ($2 == $me))

In my personal opinion, this one looks neater.

($1 == .water && $me == $me)
 Respond  
aWoL commented on a Page, +G/-G setter  -  Jun 23, 2008

Ok Im Kinda new to regex, but can you explain what the regex bit means in the code that napa182 made?

($regex($1,/^[+-][G]$/)) 
 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.