Noutrious commented on a Page, RaidAway 2.2  -  Jul 31, 2006

On :OPEN:?:: {
if ($away) {
close -m $nick
msg $nick -RaidAway- My Pm system is offline. Your Msg has been logged.
echo -a $nick sent a pm
write Msgs.txt On $fulldate [ $Nick ] Sent You A Message Saying $1-
}
}
better would be
On :OPEN:?:: {
if ($away) {
msg $nick -RaidAway- My Pm system is offline. Your Msg has been logged.
close -m $nick
echo -a $nick sent a pm
write msgs.txt $1- ( $+ $fulldate / $nick $+ )
}
}

 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.