| 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
|
||||
|
||||
|
Simple Join Echo Event, this will echo on the channel the nick that joins, in a defferent way, and shows you the clones from the same ip.
Code:
on ^*:JOIN:#:{
haltdef
var %t = $ialchan($wildsite,#,0)
if (%t == 1) { echo # 01«4|1» 12Join: $nick ( $+ $address $+ ) | haltdef }
else {
var %i = 0
while (%i < %t) {
inc %i
var %names = $addtok(%names,$ialchan($wildsite,#,%i).nick,44)
}
echo $chan 01«4|1» 12Join: $nick ( $+ $address $+ ) 14( $+ %i $+ ) 14[4 $+ %names $+ 14] | haltdef
}
}
__________________
Last edited by Cult; 21-11-2005 at 08:07 PM. |
![]() |
| 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 |
| [Request] On Ban Event | AYEHAN | mIRC :: SCRIPTING & HELP | 5 | 21-03-2006 10:54 AM |
| auto join | Cult | mIRC :: SCRIPTING & HELP | 2 | 03-03-2006 06:23 PM |
| What time do you join Tchatting | Thugilex | The Lounge | 47 | 08-10-2005 08:10 PM |
| tinny auto join dialog | Cult | mIRC :: SCRIPTING & HELP | 0 | 13-09-2005 04:17 PM |
| Blacklist snippet (Join event, Op event , Nick-change event) | anmlhckr | mIRC :: SCRIPTING & HELP | 5 | 11-03-2005 01:37 PM |