Id: 2494; Nick: Jqson; Timestamp: 2007-12-09 09:42:06; Pasted as: mIRC
Description: n/a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  elseif %cmd == setlevel {
    If ($2 ison $chan) && ($3 !== $null) { 
      goto :add
    }
    elseif ($2 !ison $chan) {
      notice $nick info: $2 was not found on $chan
      elseif ($3 !== $null) {
        notice $nick info: no level given (eg: *setlevel Jqson 100)
      }
      :add
      If ($readini(bot.ini, userlist, $address($nick,1) == $nick) {
        notice $nick Added $2 to userlist with level: $3
        writeini bot.ini userlist $address($2,1) $3
      }
      else {
        msg $chan Access Denied.
      }
    }
  }
}
Options: New, Download,
, mIRC Parser;
Copyright © 2006 by Zyberdog - Some rights reserved. (Browse/Disclaimer/Stats/About)
Nothing to see here.