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.
Support & discussion of released scripts, and announcements of new releases.
-
ultralord
- Master
- Posts: 255
- Joined: Mon Nov 06, 2006 6:52 pm
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
-
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.
-
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
-
- 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"?
-
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
-
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
-
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
-
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.
-
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!
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
-
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
-
Nor7on
- Op
- Posts: 185
- Joined: Sat Mar 03, 2007 8:05 am
- Location: Spain - Barcelona
-
Contact:
Post
by Nor7on »
edit your eggdrop.conf
FIND:
Replace for:
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.
-
ultralord
- Master
- Posts: 255
- Joined: Mon Nov 06, 2006 6:52 pm
Post
by ultralord »
i edited but again .. doesnt working.. Damn
what is the problem ?:x
-
Nor7on
- Op
- Posts: 185
- Joined: Sat Mar 03, 2007 8:05 am
- Location: Spain - Barcelona
-
Contact:
Post
by Nor7on »
copy/past how do it.
-
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.