| Arcades | Library | Travel | MP3 | Directory | Horoscope | Downloads | Mobile | Movies | Gallery | PHP Group |
| mIRC :: SCRIPTING & HELP mIRC Scripting help, General help, Tips and Tricks! |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Ban List Copier
Code:
alias copyban {
if ($1 ischan) && ($2 ischan) {
if ($me isop $2) || ($me ishop $2) {
mode $1 +b
var %x $ibl($1,0)
var %y 0
while (%y <= %x) {
var %banlist = $(%banlist,$ibl($1,%y))
inc %y
}
mode $2 $+(+,$str(b,$ibl($1,0))) %banlist
if ($ibl($1,0) > 12) { mode $2 $+(+,$str(b,$ibl($1,0))) %banlist }
}
else { echo -a ur not op on $2 }
}
else { echo -a ur not on the channels }
}
banlist copier is little code allowing u to copy a banlist from chan to chan. ex: /copyban #channel1 #channel2 <- that will read all the bans in #channel1and adds them to the ban list in #channel2.
__________________
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FIFA ratifies ban on Ecuadorean league players (Reuters) | TheGodFather | Sports -Warm up first! | 0 | 24-02-2007 01:07 AM |
| Benfica to appeal Assis one-year doping ban (AFP) | TheGodFather | Sports -Warm up first! | 0 | 05-01-2007 04:28 AM |
| FIFA formally lifts ban on Iran (AP) | TheGodFather | Sports -Warm up first! | 0 | 20-12-2006 05:53 PM |
| [Request] On Ban Event | AYEHAN | mIRC :: SCRIPTING & HELP | 5 | 21-03-2006 10:54 AM |
| Yahoo Mail Reverses Ban on 'allah' in Usernames | Thugilex | Technical Forum, Technical Aspects and Information | 1 | 24-02-2006 04:52 PM |