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.

Loading a tcl-script? Stupid question but i don't know how!

Old posts that have not been replied to for several years.
Locked
b
bad

Loading a tcl-script? Stupid question but i don't know how!

Post by bad »

I have fixed the tcl file and uploaded it to the shell and done everything in the conf file. What do i do next to make the script worke? How do i load it? "Using the tcl script on my bot on IRC."
A
Aurel

Post by Aurel »

if i am right u simply need to rehash your bot (partyline .rehash) ...
b
bad

strange.

Post by bad »

loaded partmsg.tcl v1.2 by slennox (active on #chan).

But still i can't see no notice when i leave the chan og enter it.. I think the conf file is right. What could be wrong?
b
bad

And this little problem.

Post by bad »

[09:02] * fastline sets mode: +l 7
[09:02] * fastline sets mode: -l
[09:12] * fastline sets mode: +l 7
[09:12] * fastline sets mode: -l

How do i stop the bot from -l the command i give him thorught the +l tcl-script.

and how do i stop the bot from -m the chan when i +m?

Please tell meg soon ;)
b
bobjuh
Master
Posts: 268
Joined: Wed Oct 03, 2001 8:00 pm
Location: Netherlands
Contact:

Re: And this little problem.

Post by bobjuh »

bad wrote:[09:02] * fastline sets mode: +l 7
[09:02] * fastline sets mode: -l
[09:12] * fastline sets mode: +l 7
[09:12] * fastline sets mode: -l

How do i stop the bot from -l the command i give him thorught the +l tcl-script.

and how do i stop the bot from -m the chan when i +m?

Please tell meg soon ;)
Use the chanset command
.chanset #channel chanmode +nt
Locked