The script you described has nothing to do with sockets Fujitsu. Your example script would use either dccchat or pm and has nothing to do with this post.
Try posting it here --->> http://www.hawkee.com/phpBB2/viewforum.php?f=9
Read More » 19 CommentsBury
You should add a timer to delay the "wave" every two seconds at least, so that you won't get flooded or flood the channel. For a big, busy channel to warrant a kick/ban, it's best you do this: Code: alias masswave { var %x = 1 while (%x <= $nick(#,0)) { if ($nick(#,%x) != $me) { .time
Read More » DiscussBury