Id: 410; Nick: wu-Fei; Timestamp: 2007-05-28 16:26:04; Pasted as: mIRC
Description: n/a
1
2
3
4
5
6
7
8
9
      var %notice = Owners:, %lvl
      while (%l) {
        tokenize 32 $line(@globlist,%l)
        if ($2 != %lvl) { var %lvl = $2 , %notice = %notice Level $2 : }
        var %notice = %notice $gettok($1,1,44)
        dec %l
      }
      notice $nick %notice
    }
Curly bracket error in the event/alias starting on line :

More closing curly brackets, }, than opening.
Parsed for bracket errors and indented:
1
2
3
4
5
6
7
8
9
var %notice = Owners:, %lvl
while (%l) {
  tokenize 32 $line(@globlist,%l)
  if ($2 != %lvl) { var %lvl = $2 , %notice = %notice Level $2 : }
  var %notice = %notice $gettok($1,1,44)
  dec %l
}
notice $nick %notice
}
Options: New, Download,
, mIRC Parser;
Copyright © 2006 by Zyberdog - Some rights reserved. (Browse/Disclaimer/Stats/About)