Id: 170; Nick: BiNDi; Timestamp: 2007-05-10 08:27:12; Pasted as: mIRC
Description: Auto-op script for each channel (i use it with bot.)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
on *:text:§admin *:#:{
  if ($nick isop $chan) && ($3) {
    if ($2 == add) {
      writeini admins.ini $chan $address($3,5) admin
      mode $chan +o $3
      msg $chan Done.
    }
    elseif ($2 == del) {
      remini admins.ini $chan $address($3,5)
      mode $chan -o $3
      msg $chan Done.
    }
  }
}
 
on *:join:#: if ($readini(admins.ini,$chan,$address($nick,5)) == admin) mode $chan +o $nick
 
Options: New, Download,
, mIRC Parser;
Copyright © 2006 by Zyberdog - Some rights reserved. (Browse/Disclaimer/Stats/About)
Nothing to see here.