on *:text:*:%sefl.joinchannels:{
set $+(%,user.,$nick,.pastline) $($+(%,user.,$nick,.thisline),2)
set $+(%,user.,$nick,.thisline) $1-
}
I honestly don't remember where I learned that, but it is correct. Note: If you want to use local variables (ie: one's that unset when the script is done), use /set -l not /var
In another topic I was shown that dynamic variables set in this method can not be done properly using /var
OMG! Thank you, that soooo worked! thanks a million^10!