This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 2 matches

by nanda
Mon Jan 31, 2005 10:52 am
Forum: Archive
Topic: help change mirc script to tcl
Replies: 7
Views: 3201

caesar wrote:
and it will auto rejoin when kicked or part.. as well..
i need for auto rejoin when part, can u help me please, i really need this script
by nanda
Mon Jan 31, 2005 5:24 am
Forum: Archive
Topic: help change mirc script to tcl
Replies: 7
Views: 3201

help change mirc script to tcl

anyone can change this mirc script to tcl, i need this.
this is a script :
#######################
on 1:CONNECT:/timer 0 5 /join $basechan

on *:PART:#basechan: {
if ($nick == $me) {
.timer 1 10 /join $basechan
}
}
######################

Thanks