Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias AutoAway {
- .timerAUTOAWAY 0 1 {
- if($idle > (5 * 60)) {
- scon -a if ($status == connected) {
- if ($away == false) {
- /tnick Blizzardo1|Away
- }
- else {
- /nick $remove($me, |Away)
- }
- away
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement