감기
-
감기...My Life 2006. 12. 4. 23:05
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 %influenz..