Pancake!

By MagicRevealer09 on Feb 07, 2010

This is just a simple pancake script I made... Don't know why, but oh well... (:

Enjoy!

Trigger it by typing !pancake

on *:TEXT:!Pancake:#: {
  if ($nick isop $chan) {
    msg $chan Hello, you want a pancake? Ok! Because your an op! Congratz!
  }
  else {
    msg $chan Unfortunatly, your not an op, so your not trsuted with a pancake. Sorry!
  }
}

Comments

Sign in to comment.
Jethro   -  Feb 14, 2010

You can do this with the $iif() identifier:

on *:TEXT:!Pancake:#: {
  .msg # $iif($nick isop #,Hello $+ $chr(44) you want a pancake? Ok! Because you're an op! Congratz!,$&
    Unfortunately $+ $chr(44) you're not an op so you're not trusted with a pancake. Sorry!)
}

, which saves yourself a /msg command. I also corrected a couple of misspellings, excluding the word "congratz."

 Respond  
MagicRevealer09   -  Feb 14, 2010

I was hungry, so I though I would tease non-ops. I'm making another one :P

 Respond  
FordLawnmower   -  Feb 13, 2010

Haha, it's funny :D
How do you even think of something like this MagicRevealer09 ?

 Respond  
napa182   -  Feb 13, 2010

lmao @ Unfortunatly, your not an op, so your not trsuted with a pancake. Sorry!

that made me laugh for some reason

 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.