Id: 10265; Nick: n/a; Timestamp: 2008-05-09 14:47:20; Pasted as: mIRC
Description: n/a
1
2
3
4
5
6
7
8
9
10
on *:notice:*:{ if (%notices == on) { beep 3 }
  elseif (%notices == off) { halt }
}
 
menu * {
  .Notices System
  ..ON:/set %notices on | echo -a 3Notices are now ON , you will hear Beep's on notice.
  ..OFF:/set %notices off | echo -a 4Notices are now OFF , you will not hear Beep's.
}
 
Parsed for bracket errors and indented:
1
2
3
4
5
6
7
8
9
10
  on *:notice:*:{ if (%notices == on) { beep 3 }
  elseif (%notices == off) { halt }
}
 
menu * {
  .Notices System
  ..ON:/set %notices on | echo -a 3Notices are now ON , you will hear Beep's on notice.
  ..OFF:/set %notices off | echo -a 4Notices are now OFF , you will not hear Beep's.
}
 
Options: New, Download,
, mIRC Parser;
Copyright © 2006 by Zyberdog - Some rights reserved. (Browse/Disclaimer/Stats/About)