Falefel commented on a Page, ««pwñåg€Script»» Slap Manager  -  Aug 21, 2008

i like this script very much
i just fixed the mass slap
it will not cause excess flood anymore
also i added the missing "slap"

just replace

if ($did == 5) {
if ($$?!="Mass slapping everyone in a channel can cause excess flood. Continue?" == $true) {
var %nlist 1
while ($nick($active,%nlist)) {
describe $active $nick($active,%nlist) $read(slaps.txt)
inc %nlist
}
}
dialog -v slaps
}

with

if ($did == 5) {
if ($$?!="Mass slapping everyone in a channel can cause excess flood. Continue?" == $true) {
var %nlist 1
var %delayy 2
while ($nick($active,%nlist)) {
timer 1 %delayy /describe $active slaps $nick($active,%nlist) $read(slaps.txt)
inc %delayy
inc %delayy
inc %delayy
inc %nlist
}
}
dialog -v slaps
}

i'm new in mirc scripting
plz if any can help add me on msn falefel@live.com
thx

 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.