Yoast

Yoast

Joined
Jul 16, 2008

Activity Stream

Yoast commented on a Page, Locate lost or hidden people!  -  Sep 02, 2008

@irchainscriptz
I like your adjustments, although the seem a bit unnessesary (I did use local variables, $comchan does not really add anything, all thing seems kind of pointless). Just to mention it, I left the all thing out on purpose cause when I was in 10 channels with one person, it would find her on every single channel. I prefered singling it down to one channel per nickname. So it does return ALL results, but just once per unique person ;) The way you did it, without 'all', it will only show one person. This kills a lot of the script's purpose

@Dodge I do not find anything wrong in the Syntax $address($nick($chan(%x),%y),5). If you would like to point the error out, it would be awesome!

 Respond  
Yoast commented on a Page, Locate lost or hidden people!  -  Sep 01, 2008

Thanks for the feedback everyone!

@ZModem
Applied the changes you suggested in your first paragraph ;) Big slap at my head for not thinking of those. Thanks :)

As for your second point.. I dont really get it. Firstly, I never knew someone had to perform an action before $address(Nick,N) could be filled - How sure are you on this? Secondly.. $nick(#,N) does not return anything addresslike, which kinda takes the point out of the script. But yeah, I suppose you're right.

 Respond  
Yoast commented on a Page, Greet System  -  Aug 31, 2008

Why use hash tables which nobody really understands while you can also use ini's for this purpose?

 Respond  
Yoast created a Page  -  Aug 31, 2008
1 595 

Just a little alias I made to find people when they're not on the channel you expect them on. Only works efficiently when you're on a lot of channels, though.

Yoast commented on a Page, Murdergame  -  Aug 07, 2008

Something else.. :$

  if (%bf == 1) inc %bfkillx $+ $2
  if (%bf == 1) inc %bfkill $+ $nick
  if (%bf == 1) dec %points $+ $nick
  if (%bf == 1) inc %points $+ $2

Shouldnt that be:

  if (%bf == 1) || (%bf == 2) inc %bfkillx $+ $2
  if (%bf == 1) || (%bf == 2) inc %bfkill $+ $nick
  if (%bf == 1) || (%bf == 2) dec %points $+ $nick
  if (%bf == 1) || (%bf == 2) inc %points $+ $2

(A)

Furthermore.. great script :D:D:D loving it :^

 Respond  
Yoast   -  Aug 07, 2008

@Yilena Hai :^

!kusje :$

 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.