감기…

on *:abnormal_my_condition:#: {

if ($asctime(mm) > 11) {

set %season winter

}

if (%season == winter) {

while (%influenza == cured) {

set %influenza activation

if (%influenza isin $mybody) {

if (%influenza == activation) {

if (%syndrome == $throat) {

msg $mouth 콜록콜록..

}

if (%syndrome == $nose) {

msg $nose 훌쩍훌쩍..

}

}

}

}

}

halt

}

alias for_a_cold_in_the_head {

set %influenza cured

return %influenza

}

//echo -a %syndrome

result : (in my $nose) 훌쩍훌쩍..

……i need a alias vaccine { for_a_cold_in_the_head | halt }

댓글 남기기