Id: 2532; Nick: Jqson; Timestamp: 2007-12-09 19:15:51; Pasted as: mIRC
Description: n/a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  elseif %cmd == autovoice {
    If ($2 == on) && ($readini(bot.ini, channels, $chan) == on) {
      notice $nick autovoice for $chan has been activated.
    }
    else { writeini bot.ini channels $chan on
    }
    elseif ($2 == off) && ($readini(bot.ini, channels, $chan) == on) {
      writeini bot.ini channels $chan off
      notice $nick autovoice for $chan has been disabled.
    }
  }
on *:join:#:{ 
  If ($chan isin ($readini(bot.ini, channels)) == on) {
    mode $chan +v $nick 
  }
}
Options: New, Download,
, mIRC Parser;
Copyright © 2006 by Zyberdog - Some rights reserved. (Browse/Disclaimer/Stats/About)
Nothing to see here.