Id: 9575; Nick: ThLoser; Timestamp: 2008-04-21 08:00:23; Pasted as: mIRC
Description: Why do i get
* /echo: insufficient parameters
-
Authname
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
alias authcheck { 
  set %authcheck 1 
  whois $1 
}
RAW 301:*:{ if (%authcheck) { haltdef } }
RAW 311:*:{ if (%authcheck) { haltdef } }
RAW 312:*:{ if (%authcheck) { haltdef } }
RAW 313:*:{ if (%authcheck) { haltdef } }
RAW 317:*:{ if (%authcheck) { haltdef } }
RAW 318:*:{ if (%authcheck) { haltdef } }
RAW 319:*:{ if (%authcheck) { haltdef } }
RAW 330:*:{ 
  if (%authcheck) {
    haltdef
    echo -a Authed as: $3 
  }
}
RAW 338:*:{ if (%authcheck) { haltdef } }
RAW 431:*:{ if (%authcheck) { haltdef } }
 
Parsed for bracket errors and indented:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
alias authcheck {
  set %authcheck 1
  whois $1
}
RAW 301:*:{ if (%authcheck) { haltdef } }
RAW 311:*:{ if (%authcheck) { haltdef } }
RAW 312:*:{ if (%authcheck) { haltdef } }
RAW 313:*:{ if (%authcheck) { haltdef } }
RAW 317:*:{ if (%authcheck) { haltdef } }
RAW 318:*:{ if (%authcheck) { haltdef } }
RAW 319:*:{ if (%authcheck) { haltdef } }
RAW 330:*:{
  if (%authcheck) {
    haltdef
    echo -a Authed as: $3
  }
}
RAW 338:*:{ if (%authcheck) { haltdef } }
RAW 431:*:{ if (%authcheck) { haltdef } }
 
Options: New, Download,
, mIRC Parser;
Copyright © 2006 by Zyberdog - Some rights reserved. (Browse/Disclaimer/Stats/About)