alias awy
Platform: mIRC
Published Oct 26, 2011
Updated Oct 28, 2011
Just a simple away I made. Please remember to add your nick on yournickhere Please This is the first snippet I have ever posted so please feel free to comment and let me know ways to improve
alias afk {
set %away $me
set %here $1-
amsg %away is afk due to %here $asctime
}
on *:text:$(* $+ $me $+ *):#: {
if ($me == %away) {
.notice $nick Sorry $nick but I am away. Reason: %here $+ . To Leave a Message w/o color type !page <messagehere>
}
}
on *:text:!page*:#: {
if ($me == %away) {
query $me $nick said $2- at $asctime
}
}
alias back {
amsg %away is now back from %here Was gone for $duration($nick(#,$me).idle)
unset %away
unset %here
}