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.

help change mirc script to tcl

Old posts that have not been replied to for several years.
Locked
n
nanda
Voice
Posts: 2
Joined: Mon Jan 31, 2005 5:17 am

help change mirc script to tcl

Post by nanda »

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
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

By default the eggdrop when gets connected to a irc server will join all known channels (unless it's set to +inactive).
Once the game is over, the king and the pawn go back in the same box.
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Re: help change mirc script to tcl

Post by Ofloo »

nanda wrote: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
and it will auto rejoin when kicked or part.. as well..
XplaiN but think of me as stupid
n
nanda
Voice
Posts: 2
Joined: Mon Jan 31, 2005 5:17 am

Post by nanda »

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
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Re: help change mirc script to tcl

Post by Sir_Fz »

Ofloo wrote:
nanda wrote: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
and it will auto rejoin when kicked or part.. as well..
read
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

The only time a bot will part a channel is if you set it +inactive or an oper parts it. The only time it wouldn't rejoin is if the chan had a key, invite only or banned. The only other exception would be if your bot is misconfigured and it doesn't notice its not in the channel anymore therefore wont run the relevant procs to rejoin the channel. Are you on a net-type 5 server? and did you leave your eggdrop set to net-type 1? (Ircnet settings) this would cause your bot to become 'blind'

Just check is all i am saying :)
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

or you used join instead of channel add some how, because a bot won't stay on a channel when you don't use channel add in the config !!!!!!!! or +chan on dcc
XplaiN but think of me as stupid
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

Ofloo wrote:or you used join instead of channel add some how, because a bot won't stay on a channel when you don't use channel add in the config !!!!!!!! or +chan on dcc
ahh yes i forgot about that some servers auto join you to a main channel if that chan is not in the bots channel file then it will leave as Ofloo pointed out :)
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
Locked