Id: 10168; Nick: asd; Timestamp: 2008-05-07 18:01:19; Pasted as: mIRC
Description: sad
1
2
3
4
5
6
7
8
9
10
on *:input:#:{
  if (/* !iswm $1) {
    haltdef
    if ($me isop #) { echo -a  4@ $+ $me  $+ $1- }
    elseif ($me isvoice #) { echo -a 7+ $+ $me  $+ $1- }
    elseif ($me isreg #) { echo -a $me $1- }
    .msg # $1-
  }
}
 
Curly bracket error in the event/alias starting on line 1:
on *:input:#:{
More opening curly brackets, {, than closing.
Parsed for bracket errors and indented:
1
2
3
4
5
6
7
8
9
10
on *:input:#:{
  if (/* !iswm $1) {
  haltdef
  if ($me isop #) { echo -a  4@ $+ $me  $+ $1- }
  elseif ($me isvoice #) { echo -a 7+ $+ $me  $+ $1- }
  elseif ($me isreg #) { echo -a $me $1- }
  .msg # $1-
  }
  }
 
Options: New, Download,
, mIRC Parser;
Copyright © 2006 by Zyberdog - Some rights reserved. (Browse/Disclaimer/Stats/About)
Nothing to see here.