!cake {this is pointless}

By jakobLUVSpizza on Aug 15, 2008

when you type !cake and a name your bot will bake a cake and through it at who evers name you type with it. example !cake jakobLUVSpizza. this is pointless but please DO NOT comment bad if you do i will remove your comments

=========================================================================================
                                       UPDATE THANKS TO COMMENTS
=========================================================================================
on *:TEXT:!cake*:#: {
timer 1 1 msg $chan 4 $nick baked a cake.
timer 1 3 msg $chan 4 $nick offered $2 some cake.
timer 1 5 msg $chan 4 $nick Threw the cake at $2
} 

Comments

Sign in to comment.
EL   -  Aug 19, 2008
on *:TEXT:*:#: {
  if ($strip($1) == !cake) { 
    if (%cakel) { .notice $nick Please wait till i get some ingredients ready ffs! | halt }
    var %Cakes explosive,poisonous,killer,gremlin
    var %cakess $gettok(%Cakes,$r(1,4),44))
    var %cakeater $nick($chan,$rand(1,$nick($chan,0)))
    if (%cakeater == $me) { .notice $nick Cannot throw cake at myself | halt }
    if (%cakeater == $nick) { .notice $nick Cannot throw cake yew | halt }
    if (%cakeater2 == %cakeater) { .notice $nick Cannot throw cake at the same person | halt }
    set -u10 %cakel On
    set %cakeater2 %cakeater
    .msg $chan 4 $nick baked a %cakess cake.
    .msg $chan 4 $nick offered  %cakeater some %cakess cake.
    .msg $chan 4 $nick Threw the %cakess cake at  %cakeater
  }
}
KimC  -  Apr 12, 2017

This is a piece of cake! But I want some pizza. I hope it's also a piece of cake when looking for some college paper writers online. This is work of a genius with what you did in your scripts, I hope I can see some updates soon with differents words this time.

Sign in to comment

Eugenio   -  Aug 19, 2008

now you need flood protection

 Respond  
Cheiron   -  Aug 18, 2008

add a slight timer maybe just to delay the action?

on :TEXT:!cake:#: {
.timer 1 3 msg $chan 4 $nick baked a cake.
.timer 1 5 msg $chan 4 $nick offered $2 some cake.
.timer 1 7 msg $chan 4 $nick Threw the cake at $2
}

 Respond  
Doodle   -  Aug 18, 2008

you dont need the /

on :TEXT:!cake:#: {
msg $chan 4 $nick baked a cake.
msg $chan 4 $nick offered $2 some cake.
msg $chan 4 $nick Threw the cake at $2
}

 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.