dialog sp {
title "Slap_Punisher Rithy"
size -1 -1 165 50
option dbu
button "Turn on", 1, 5 7 25 15, ok
button "Turn off", 2, 35 7 25 15, cancel
}
on *:DIALOG:sp:sclick:1: {
.enable #Slap_Punisher
.echo -a 4Slap Punisher is ON
}
on *:DIALOG:sp:sclick:2: {
.disable #Slap_Punisher
.echo -a 4Slap Punisher is OFF
}
menu channel {
.-
*** ( Slap Punisher ) ***: {
if ($dialog(sp) == $null) { dialog -mdie sp sp }
else { dialog -v sp }
}
}
#Slap_Punisher on
on *:action:*slap*:#:{
if ($me isin $1-) && ($me isop $chan) { .ban # $nick $nick $+ , 15,4And Shepherds we shall be For thee, my Lord, for thee.Power hath descended forth from Thy handOur feet may swiftly carry out Thy commands.So we shall flow a river forth to TheeAnd teeming with souls shall it ever be. In Nomeni Patri Et Fili Spiritus Sancti. }
}
#Slap_Punisher end.