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