edited:

on 1:text:*away*:#: {
dialog -m awaynot1 awaynot1
did -a awaynot 1 3 $nick
}
on 1:text:*sleep*:#: {
dialog -m awaynot2 awaynot2
did -a awaynot2 3 $nick
}
awaynot1 {
title "" size -1 -1 106 17
option dbu
icon 1, 0 0 16 16, mirc.ico, 0
text "is away from computer", 2, 16 10 90 8, center
edit "", 3, 16 0 90 10, read center
}
dialog awaynot2 {
title "" size -1 -1 106 17
option dbu
icon 1, 0 0 16 16, mirc.ico, 0
text "user is sleeping", 2, 16 10 90 8, center
edit "", 3, 16 0 90 10, read center
}

Last edited by pheonix; 03/07/03 01:29 PM.