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.

request and hope that you can realize it

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

My bad.

Code: Select all

proc defused {nick uhost hand chan arg} {
should be

Code: Select all

proc defused {nick uhost hand arg chan} {
Should've checked in Tcl-commands.doc :D
User avatar
elisca
Halfop
Posts: 65
Joined: Sat Jan 27, 2007 4:23 am
Location: in the middle of nowhere

Post by elisca »

aha.. now it's working perfect Sir, Thank u so much .. :D :D
User avatar
elisca
Halfop
Posts: 65
Joined: Sat Jan 27, 2007 4:23 am
Location: in the middle of nowhere

Post by elisca »

could some1 help me to fix this scripts ?
I can't use it anymore on my bot :cry:




Thanks in advance :oops:
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

elisca wrote:could some1 help me to fix this scripts ?
I can't use it anymore on my bot :cry:




Thanks in advance :oops:
Then undo what you did that stopped it working. :P
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
elisca
Halfop
Posts: 65
Joined: Sat Jan 27, 2007 4:23 am
Location: in the middle of nowhere

Post by elisca »

@alchera : i'm not change anything !

[11:57] Tcl error [cover:nick]: invalid command name "Êif"
7:07elisca .set errorInfo
7:07(iBot [11:57] #elisca# set errorInfo
7:07(iBot Currently: invalid command name "Êif"
7:07(iBot Currently: while executing
7:07(iBot Currently: "Êif {![matchattr $hand |C $chan]} {
7:07(iBot Currently: Ê chattr $hand |+C $chan
7:07(iBot Currently: Ê puthelp "privmsg $chan :Roger that"
7:07(iBot Currently: Ê} "
7:07(iBot Currently: (procedure "cover:nick" line 2)
7:07(iBot Currently: invoked from within
7:07(iBot Currently: "cover:nick $_pub1 $_pub2 $_pub3 $_pub4 $_pub5"
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

you need to remove all the "Ê" at the beginning of those lines
User avatar
elisca
Halfop
Posts: 65
Joined: Sat Jan 27, 2007 4:23 am
Location: in the middle of nowhere

Post by elisca »

@dragnlord

whre i can find "Ê" ?
i don't see it on this scripts..



:cry:
User avatar
iamdeath
Master
Posts: 323
Joined: Fri Feb 11, 2005 2:32 pm
Location: *HeLL*
Contact:

Post by iamdeath »

You need to do onething, remove the file or rename it and then type:

wget http://cricket.etherfast.ro/TCL/CS.tcl

and then edit it and restart your bot.

peace
death.
|AmDeAtH @ Undernet
Death is only the *Beginning*...
User avatar
elisca
Halfop
Posts: 65
Joined: Sat Jan 27, 2007 4:23 am
Location: in the middle of nowhere

Post by elisca »

@iamdeath

thanks :oops:
User avatar
iamdeath
Master
Posts: 323
Joined: Fri Feb 11, 2005 2:32 pm
Location: *HeLL*
Contact:

Post by iamdeath »

no hug? :( *G*
|AmDeAtH @ Undernet
Death is only the *Beginning*...
User avatar
elisca
Halfop
Posts: 65
Joined: Sat Jan 27, 2007 4:23 am
Location: in the middle of nowhere

Post by elisca »

hug iamdeath :oops:
Post Reply