ment   -  Mar 18, 2010

on :text:!trade:#:{
if (!$2) {
if ($readini(tc.ini, ID, $nick)) { msg $chan $+ % [ $+ [ color ] ] [ $+ [ $chan ] ] $+ Trade with $+ $nick $+ : http://www.torncity.com/trade.php?step=start&userID= $+ $readini(tc.ini, ID, $nick) }
elseif (!$readini(tc.ini, ID, $nick)) { msg $chan $+ % [ $+ [ color ] ] [ $+ [ $chan ] ] $+ No ID found for $+ $nick $+ . Please add it using !addid Torn_City_ID }
}
if ($2) {
if ($readini(tc.ini, ID, $2)) { msg $chan $+ % [ $+ [ color ] ] [ $+ [ $chan ] ] $+ Trade with $+ $2 $+ : http://www.torncity.com/trade.php?step=start&userID= $+ $readini(tc.ini, ID, $2) }
elseif (!$readini(tc.ini, ID, $2)) { msg $chan $+ % [ $+ [ color ] ] [ $+ [ $chan ] ] $+ No ID found for $+ $2 $+ . Please add it using !addid Torn_City_ID }
}
else { halt }
}

 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.