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.

verbose output?

General support and discussion of Eggdrop bots.
Post Reply
s
stilllearning
Voice
Posts: 8
Joined: Sun Jan 29, 2006 1:58 am

verbose output?

Post by stilllearning »

I use to have bots running with netbots. And I've since rebuilt them, now without netbots (trying to write my own botnet script). However the eggdrop is still the same version (1.6.17). The conf files are not exact copies, but should have the same settings unless i skipped something.

Now my tcl script is very bare, not much code in it to cause trouble. So my problem is, in my old setup I can see a lot more output from the bot. For instance, when the bot links it'll spit out it's transferring the userfile. Also when I add a user or change a usersflags, all bots will report this. In my tcl script, `putlog "test"` won't get displayed in the bots dcc. But I notice they work in netbots since the netbot script used them to display some messages.

I am guessing this is probably a conf issue? I doubt eggdrop, because the bots downloaded eggdrop files off the main eggdrop ftp. All compiled from src.

Modules I have loaded... channels,blowfish,irc,share,transfer.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

make sure your dcc console is +o
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
s
stilllearning
Voice
Posts: 8
Joined: Sun Jan 29, 2006 1:58 am

Post by stilllearning »

Ah, i forgot to throw in the `set console "mkcobxs"` from the default eggdrop.conf
Post Reply