MunkkiPossu's Code Library
The code adding form is in the bottom of this site!
!calc <Calculations (By Ali)
(30.9.2007 14:01)
on *:text:!calc*:*: {
if ($2- == $null) {
notice $nick Usage: !calc <Calculations> | halt }
notice $nick 2 $+ $nick $+ $+ , $2- $+ : $bytes($round($calc($2-),3), db)
}
Delete
Protection
(25.9.2007 22:24)
if ($address($nick,8) == MunkkiPossu!*Sami_seta@*.elisa-laajakaista.fi) {
Delete
!random
(23.9.2007 17:51)
on 1:text:!random:#: {
var %i = W00t*woot*moo*meh*bleh*oh*cool*awesome*yay*k
var %num = $numtok(%i,42)
var %rand = $rand(1,%num)
msg $chan $gettok(%i,%rand,42)
}
Delete
!uptime
(23.9.2007 17:29)
on 1:text:!uptime:#: {
/msg $chan My uptime: $uptime(mirc,2)
}
Delete
!kill <name>
(23.9.2007 16:48)
on *:text:!kill *:#:{
if ($nick == Danieru) {
/describe $chan kills $2
}
else {
/msg $chan I only listen to my owner.
}
}
Delete
Add Code
Keyword:
Code:
Copyright © SinunSivusi.com