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.

Bot starts, but thats all..

Old posts that have not been replied to for several years.
Locked
S
Shaitan

Bot starts, but thats all..

Post by Shaitan »

Hi, I have a problem with my bot.
I'm using 1.6.15 and my bot starts fine and joins the channel I want it in, but thats it. It wont accept the first /msg hello from me so I cant be owner.
Since I'm kinda new to all this I've looked through various guides and read the Readme and config files carefully, but cant find anything wrong.

This is what it say when I start the bot:

Eggdrop v1.6.15 (C) 1997 Robey Pointer (C) 2003 Eggheads
[22:05] --- Loading eggdrop v1.6.15 (Sun Sep 28 2003)
[22:05] Module loaded: dns
[22:05] Module loaded: channels
[22:05] Module loaded: server
[22:05] Module loaded: irc
[22:05] Module loaded: transfer (with lang support)
[22:05] Module loaded: notes (with lang support)
[22:05] Module loaded: console (with lang support)
[22:05] Module loaded: seen
[22:05] Module loaded: blowfish
[22:05] Module loaded: uptime
[22:05] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[22:05] use '.help userinfo' for commands.


STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type: /msg mybot hello
This will make the bot recognize you as the master.

[22:05] === mybot: 1 channels, 0 users.
Launched into the background (pid: 8821)

No error msg or anything, its annoying! :)
If someone out there could help me I'd be really gratefull, thanks

/shai'tan
S
Shaitan

Solved it

Post by Shaitan »

Ok I solved this one myselft, was a simple error in the cfg
Thanks anyway to you who intended to answer ;)
b
bscabl

Re: Solved it

Post by bscabl »

Shaitan wrote:Ok I solved this one myselft, was a simple error in the cfg
Thanks anyway to you who intended to answer ;)
what did u do to fix it, im having the same problem
User avatar
BarkerJr
Op
Posts: 104
Joined: Sun Mar 30, 2003 1:25 am
Contact:

Post by BarkerJr »

I'd recommend checking the log files in the bot's directory.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

he already said the it was a problem in the config file, so I guess he set learn-users 0 instead of 1. which will make the bot not respond to hello message.
User avatar
BarkerJr
Op
Posts: 104
Joined: Sun Mar 30, 2003 1:25 am
Contact:

Post by BarkerJr »

I was under the impression that the -m overrides set learn-users
Locked