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.

rcon.tcl problem

Support & discussion of released scripts, and announcements of new releases.
User avatar
ultralord
Master
Posts: 255
Joined: Mon Nov 06, 2006 6:52 pm

rcon.tcl problem

Post by ultralord »

hello i use rcon.tcl i edit it.. but when i use commands i see error in dcc chat

Code: Select all

[00:55] Tcl error [srv_cmd]: /home/ultralord/eggdrop/scripts/rcon: 1: Syntax error: word unexpected (expecting ")")
anyone know's what is the problem?


PLZ move it wrong section .. thnx
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

You've been here long enough to know about .set errorInfo to get useful debug data.
User avatar
ultralord
Master
Posts: 255
Joined: Mon Nov 06, 2006 6:52 pm

Post by ultralord »

i type in dcc chat but

[13:28:11] <Ultralord> .set errorInfo
[13:28:11] <BOTNICK> What? You need '.help'

and in .conf i have the line



#unbind dcc n set *dcc:set

:s
User avatar
user
&nbsp;
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

When you ubind the internal binds, you have to .restart to get the binds back (or create them yourself... 'bind dcc n set *dcc:set' + .rehash)
Have you ever read "The Manual"?
User avatar
ultralord
Master
Posts: 255
Joined: Mon Nov 06, 2006 6:52 pm

Post by ultralord »

Nothing again :S i change it to bind from unbind

what is the problem ?:/

PS. i make .restart all the times
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

ultralord wrote:Nothing again :S i change it to bind from unbind

what is the problem ?:/

PS. i make .restart all the times
The problem is your lack of actually searching the forums on information regarding enabling this function.

It has been covered many times.

Search. Keyword = errorInfo
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
ultralord
Master
Posts: 255
Joined: Mon Nov 06, 2006 6:52 pm

Post by ultralord »

i search it i make changes and restart's but bot say's all the time

[04:59:37] <Ultralord> .set errorinfo
[04:59:37] <BOTNICK> What? You need '.help'

and i put comment in conf in unbinds for .tcl and .set what is the problem? :s
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

bind dcc n set *dcc:set
bind dcc n set *dcc:tcl

.restart


Last time.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

People not bothering to read anything is rather annoying!

ultralord: There is a certain amount of DYI required of forum users; it's a method of learning.

Please make an effort! :roll:
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
ultralord
Master
Posts: 255
Joined: Mon Nov 06, 2006 6:52 pm

Post by ultralord »

Alchera i said i read 4-5 topics about set info.. BUT Doesn't Work.. is that so difficult to underestand?


rosc2112 i am gonna to try now
User avatar
ultralord
Master
Posts: 255
Joined: Mon Nov 06, 2006 6:52 pm

Post by ultralord »

again :X

[13:32:00] <Ultralord> .set errorInfo
[13:32:00] <BOTNICK> What? You need '.help'

and the conf is that: http://pastebin.com/m7e4ed716
User avatar
Nor7on
Op
Posts: 185
Joined: Sat Mar 03, 2007 8:05 am
Location: Spain - Barcelona
Contact:

Post by Nor7on »

edit your eggdrop.conf

FIND:

Code: Select all

set owner ""
Replace for:

Code: Select all

set owner "YOURNICk"
FIND.

Code: Select all

bind dcc n set *dcc:set
bind dcc n set *dcc:tcl 
REPLACE FOR:

Code: Select all

#bind dcc n set *dcc:set
#bind dcc n set *dcc:tcl 
And now in the partyline: .restart

Its all.
User avatar
ultralord
Master
Posts: 255
Joined: Mon Nov 06, 2006 6:52 pm

Post by ultralord »

i edited but again .. doesnt working.. Damn :x what is the problem ?:x
User avatar
Nor7on
Op
Posts: 185
Joined: Sat Mar 03, 2007 8:05 am
Location: Spain - Barcelona
Contact:

Post by Nor7on »

copy/past how do it.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

If it doesn't work, then something is wrong with your bot and I suggest you download the src and compile a new bot.
Post Reply