menu menubar,channel { Ayar .$iif(%noticepen,$style(1)) Notice Window ( $+ $iif(%noticepen,On,Off) $+ ) { if (%noticepen) { unset %noticepen | .disable #noticepen | echo -a $timestamp 2,15Notice Window 4CLOSE } else { set %noticepen ON | .enable #noticepen | echo -a $timestamp 2,15Notice Window 3OPEN } } } #noticepen on on ^*:NOTICE:*:?: { if (%noticepen == ON) { if ($window(@Notice) != $null) { echo @Notice $timestamp 0,3 Notice 1,15 $nick 3,3 1,15 $1-  | haltdef } else { window -nke @Notice -1 -1 500 | titlebar @Notice - § â ñ ¢ â K Notice | echo @Notice $timestamp 0,3 Notice 1,15 $nick 3,3 1,15 $1-  | haltdef } } } on ^*:NOTICE:*:#: { if (%noticepen == ON) { if ($window(@Notice) != $null) { echo @Notice $timestamp 0,3 $chan 1,15 $nick 3,3 1,15 $1-  | haltdef } else { window -nke @Notice -1 -1 500 300 | titlebar @Notice - § â ñ ¢ â K Notice | echo @Notice $timestamp 0,3 $chan 1,15 $nick 3,3 1,15 $1-  | haltdef } } } #noticepen end