got a new problem,
Code: Select all
bind pub - !slap slap:target
proc slap:target {nick uhost hand chan arg} {
set target "[lindex [split $arg] 0]"
putserv "PRIVMSG $chan :\001ACTION slaps $target around a bit with a larger trout\001"
puthelp "PRIVMSG $chan :\001ACTION slaps $target around a bit with the remains of a big Smelly Trout!\001"
}
when i say, !slap boodah <--(NICK)
it displays both slaps one after another. So if i was to add 10 more variety slaps, it would display all 10 back to back. Where is my error now. ?? dang, im feeeling real dumb now.!
edit** Would it be better for me to just ask someone to just crate me a script rather than trying to edit and add to someone elses, beeing that im not a pro at it yet. Cause i dont wanna fustrate anyone with my ignorance.
If anyone does wanna just create one from scratch , please feel free, i posted the things i would like on it is possible.
Just a slapp script so i can add other slaps and an if command incase a dummy wants to play with bot and have the bot slap him self, bot slaps him/her. thanks