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.

invalid command name ".+bot"

Old posts that have not been replied to for several years.
Locked
Z
Zod

invalid command name ".+bot"

Post by Zod »

I followed the directions at http://www.egghelp.org/enhance.htm to setup a botnet with my eggdrops, but whenever I try to excute I get the error:

Code: Select all

[23:04] Tcl error in file 'bizarro.conf':
[23:04] invalid command name ".+bot"
    while executing
".+bot Brainiac"
    (file "bizarro.conf" line 192)
I was running 1.6.15 but it still happens with 1.6.17 and this is what I added per the instructions:

Code: Select all

loadmodule transfer
loadmodule share
.+bot Brainiac
.+bot Grodd
.+bot Sinestro
.+chattr Brainiac +fo
.+chattr Grodd +fo
.+chattr Sinestro +fo
.botattr Brainiac +g
.botattr Grodd +g
.botattr Sinestro +g
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

its a partyline command. dcc your bot and type it on partyline.
Z
Zod

Post by Zod »

gb wrote:its a partyline command. dcc your bot and type it on partyline.
thanks, it works on 2 of those commands but when I try to do +g for sharing information I get the error

Code: Select all

There are no bot flags for Sinestro.
also if i try to use the help command in my bot i get the error "No help available on that.", even though at the login it says

Code: Select all

see .help set motd. Please edit the motd file in your bot's 'text'
directory.
Use .help for basic help.
Use .help <command> for help on a specific command.
Use .help all to get a full command list.
Use .help *somestring* to list any help texts containing "somestring".
 
none of those work
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

.help all
#Alchera# help all
### console module commands
For all users:
store
### notes module commands
For all users:
notes +noteign -noteign noteigns
note
For global masters:
fwd
### irc module commands
For channel ops:
act halfop say resetbans
deop invite topic resetinvites
op channel dehalfop resetexempts
devoice voice
For global ops:
msg
For channel masters:
adduser deluser reset
### server module commands
For channel ops:
servers
For global masters:
jump dump clearqueue
### channels module commands
For all users:
info
For channel ops or halfops:
+ban -ban bans stick
+exempt -exempt exempts unstick
+invite -invite invites
For channel masters:
+chrec -chrec chaninfo chinfo
For channel owners:
chanload chansave chanset
For global owners:
+chan -chan
### core commands
For all users:
who away quit whom
me page match motd
bots newpass chat handle
whoami echo strip su
trace fixcodes bottree vbottree
botinfo relay -host
For ops:
addlog console match whois
For botnet masters:
+bot botattr chhandle chpass
+host -bot link chaddr
boot unlink banner dccstat
For channel masters:
chattr save backup reload
status traffic uptime
For global masters:
+user +ignore comment binds
ignores -user -ignore dccstat
debug rehash restart module
For owners:
die simul loadmod unloadmod
language set tcl rehelp
modules +lang -lang +lsec
-lsec lstat relang ldump
Also (in the hub bot), .+bot Sinestro [address:port] then .chattr Sinestro +fo.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Z
Zod

Post by Zod »

Alchera wrote:
.help all
#Alchera# help all
### console module commands
For all users:
store
### notes module commands
For all users:
notes +noteign -noteign noteigns
note
For global masters:
fwd
### irc module commands
For channel ops:
act halfop say resetbans
deop invite topic resetinvites
op channel dehalfop resetexempts
devoice voice
For global ops:
msg
For channel masters:
adduser deluser reset
### server module commands
For channel ops:
servers
For global masters:
jump dump clearqueue
### channels module commands
For all users:
info
For channel ops or halfops:
+ban -ban bans stick
+exempt -exempt exempts unstick
+invite -invite invites
For channel masters:
+chrec -chrec chaninfo chinfo
For channel owners:
chanload chansave chanset
For global owners:
+chan -chan
### core commands
For all users:
who away quit whom
me page match motd
bots newpass chat handle
whoami echo strip su
trace fixcodes bottree vbottree
botinfo relay -host
For ops:
addlog console match whois
For botnet masters:
+bot botattr chhandle chpass
+host -bot link chaddr
boot unlink banner dccstat
For channel masters:
chattr save backup reload
status traffic uptime
For global masters:
+user +ignore comment binds
ignores -user -ignore dccstat
debug rehash restart module
For owners:
die simul loadmod unloadmod
language set tcl rehelp
modules +lang -lang +lsec
-lsec lstat relang ldump
Also (in the hub bot), .+bot Sinestro [address:port] then .chattr Sinestro +fo.
I got it to work, I just had to do mode +sg to get the +g to stick, and on the leaf bots I did +pgh

When I type .help I get this:

Code: Select all

.help
No help available on that.
.help all
No help available on that.
help is set as
set help-path "/help/"
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

Zod wrote:I got it to work, I just had to do mode +sg to get the +g to stick, and on the leaf bots I did +pgh

When I type .help I get this:

Code: Select all

.help
No help available on that.
.help all
No help available on that.
help is set as
set help-path "/help/"
Unless you did some modification to your shell, this setting is incorrect.

Code: Select all

Specify here where Eggdrop should look for help files. Don't modify this setting unless you know what you're doing!
set help-path "help/"
you have too many / in there. Also, like be aware that .+bot, .chattr, and .botattr are all dcc/partyline commands, not conf file variables. :mrgreen:
Locked