Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- menu status,menubar {
- $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(@NoticePencere) != $null) { echo @NoticePencere $timestamp 0,3 Notice 1,15 $nick 3,3 1,15 $1- 3,3 | haltdef }
- else { window -nke @NoticePencere -1 -1 500 | titlebar @NoticePencere - § â ñ ¢ â K Notice | echo @NoticePencere $timestamp 0,3 Notice 1,15 $nick 3,3 1,15 $1- 3,3 | haltdef }
- }
- }
- on ^*:NOTICE:*:#: {
- if (%noticepen == ON) {
- if ($window(@NoticePencere) != $null) { echo @NoticePencere $timestamp 0,3 $chan 1,15 $nick 3,3 1,15 $1- 3,3 | haltdef }
- else { window -nke @NoticePencere -1 -1 500 300 | titlebar @NoticePencere - § â ñ ¢ â K Notice | echo @NoticePencere $timestamp 0,3 $chan 1,15 $nick 3,3 1,15 $1- 3,3 | haltdef }
- }
- }
- #noticepen end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement