Calculator Script

By Defero on Sep 07, 2013

Its a pretty small and working Calculator script.
Just load the script into your bots remote and type in a channel you and your bot is on: !calc 5 + 2 or !calc 5+2
Have fun!

on *:TEXT:!calc*:#:{
  msg $chan 7[9Calculator7]6 $2 $3 $4 2=13 $calc( $2 $3 $4 )
}

Comments

Sign in to comment.
Fumph   -  Sep 08, 2013

Unfortunately, this is very incomplete. It's a bit to basic! You have a nice idea, but maybe instead of "$2 $3 $4", use just $2-4? That's just one suggestion, there could be many for this particular script

xkhurramx  -  Dec 13, 2013

Fumph you like

on :TEXT:!calc:#:{
msg $chan ( $nick ) $2-4? = $calc( $2-4? )
}

Sign in to comment

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.