1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
set -u15 %z 1 set -u15 %total $numtok(%chanperf,44) set -u15 %nick $nick set -u15 %whoisnick $2 :start while (%z <= %total) { if ($address($2,2) isin $readini(admin.ini,$gettok(%chanperf,%z,44),masters)) { set -u20 %masterchan %masterchan $gettok(%chanperf,%z,32) } if ($address($2,2) isin $readini(admin.ini,$gettok(%chanperf,%z,44),users)) { set -u20 %userschan %userschan $gettok(%chanperf,%z,32) } inc %z goto start } .timer 1 5 whoisinfos |
| Parsed for bracket errors and indented: | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
set -u15 %z 1 set -u15 %total $numtok(%chanperf,44) set -u15 %nick $nick set -u15 %whoisnick $2 :start while (%z <= %total) { if ($address($2,2) isin $readini(admin.ini,$gettok(%chanperf,%z,44),masters)) { set -u20 %masterchan %masterchan $gettok(%chanperf,%z,32) } if ($address($2,2) isin $readini(admin.ini,$gettok(%chanperf,%z,44),users)) { set -u20 %userschan %userschan $gettok(%chanperf,%z,32) } inc %z goto start } .timer 1 5 whoisinfos |