mIRC Away

By RameN on Jan 31, 2006

Easy away system with dialog and duration.

Comments

Sign in to comment.
Patatje-oorlog   -  Oct 16, 2008

It could be smaller like this:

on 1:dialog:away:init:0: {
did -a $dname 3 %away.extension
did -a $dname 4 %away.msg
}
on 1:dialog:away:edit::{
if ($did == 3) { set %away.extension $did($dname,3) }
if ($did == 4) { set %away.msg $did($dname,4) }
}
on 1:dialog:away:sclick:
: {
if ($did == 5) { afk %away.msg }
if ($did == 6) { back }
}

Good job :)

 Respond  
`Kazuma   -  Feb 04, 2006

one of the smallest away system dialogs ive seen

 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.