Top

Calculator


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  1.0 (of 2 scores)
Date Added  May 26, 2007
Last Updated  May 26, 2007
Tags  calc  calculate  calculation  calculator  math 

Introduction

Ok this is extremely small, simple and easy to use script

All you do, is once inserted type !calc #$#
Replace the #s with numbers and the $ either / for divide, * for multiply, + for add or - for subtract

You can add more than 2 numbers and 1 action if you'd like and it's a very simple code

But I think calculator is a very good thing to have for a bot so here it is...

Grab the Code

///Insert below in .mrc or .ini file\\\
///Start script\\\
 
on *:text:!calc*:#: {
  notice $Nick $calc( $2-)
}
 
///End script\\\

Comments

  (1)  RSS
ZabuzaMomochi
Comments: 184
 
mIRC Snippet:  Calculator
Posted on May 27, 2007 1:38 pm
You might want to add more things. Like square roots with the $sqrt identifier.

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom