WorldDMT commented on a Page, Money System for Chatters  -  May 15, 2009

hi

u can also use timer if u want

on *:TEXT:!mymoney:*:.timermoney 1 1 notice $nick 4Y5our 4B5ank7: ...

$readini(mnycount.ini,$nick,money)

if the nick is like [bomber] e.g !transfer [bomber] 1000

with ini file u'll have a prob here cz when u write the nick [bomber] into ini file u'll find ~bomber~ so no detection in this case!!

dont use ini file when the items can be a nick use an other way or use hash tables

on *:TEXT:*!transfer*:*: {
  tokenize 32 $strip($1-) 
  if ($1 == !transfer) {

u dont need this condition "if ($1 == !transfer)" u can remove it

 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.