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.

Help[solved]

General support and discussion of Eggdrop bots.
Post Reply
b
blake
Master
Posts: 201
Joined: Mon Feb 23, 2009 9:42 am
Contact:

Help[solved]

Post by blake »

I have configured my bot it joins my server and recognises the commands I send the problem is that it dont accept any commands from users ive added on the party line is this some thing to do with a setting in the eggdrop.conf

I also noticed on the new config their is a mode h i use this mode on most of my scripts could this be the issue
Last edited by blake on Tue Aug 03, 2010 7:21 pm, edited 1 time in total.
w
willyw
Revered One
Posts: 1203
Joined: Thu Jan 15, 2009 12:55 am

Re: Help

Post by willyw »

blake wrote:I have configured my bot it joins my server and recognises the commands I send the problem is that it dont accept any commands from users ive added on the party line
Do these users have a password set?
Have a look, with the .whois command.

While you are checking - what flags do these users have?
(Without the +p flag, user will not have access to the party line)

Also, do these users have a host saved in their user record?

Ask one of them to send: /msg botnick help
Does it reply to them?
is this some thing to do with a setting in the eggdrop.conf
Check this:
set quiet-reject 1
While trying to figure it out, you might like to set it to 0.
(if your eggdrop.conf does not contain explanations and comments,
see: http://eggwiki.org/Eggdrop.conf , and there is an explantion of this command there. )


I also noticed on the new config their is a mode h i use this mode on most of my scripts could this be the issue
New config ? what do you mean?
Where is the mode h mentioned?



I hope I've hit upon something that helps.
b
blake
Master
Posts: 201
Joined: Mon Feb 23, 2009 9:42 am
Contact:

Post by blake »

All the above is done right its just not accepting anything from any one other than me I have uninstalled the bot and reinstalled it only thing I can think of is im missing something in the config file

I use the following to add a user .+user nickname
then I do .chattr +flags its adding them just not giving them access

/msg botnick help just keeps saying no access

[17:10] <Gateway> HANDLE PASS NOTES FLAGS LAST
[17:10] <Gateway> malphas_ no 0 hlopAS never (nowhere)
[17:10] <Gateway> HOSTS: Malphas@3605B309.AD035476.C95AACB8.IP

Its not even recognising them as being on the server its like it has them on perm ignore
b
blake
Master
Posts: 201
Joined: Mon Feb 23, 2009 9:42 am
Contact:

Post by blake »

Here is a pastebin of my config http://pastebin.com/aBD2itdv
w
willyw
Revered One
Posts: 1203
Joined: Thu Jan 15, 2009 12:55 am

Post by willyw »

blake wrote: ...
I use the following to add a user .+user nickname
then I do .chattr +flags its adding them just not giving them access
willyw wrote:
Do these users have a password set?
Have a look, with the .whois command.

Also, do these users have a host saved in their user record?
Again - please use the .whois command, to check to see if these users have a password set, and if they have a correct host in their record.

Note that the .+user command does not automatically add a host to the user's record.
The .adduser command does.
http://www.egghelp.org/commands/core.htm#+user
vs.
http://www.egghelp.org/commands/irc.htm#adduser
Its not even recognising them as being on the server its like it has them on perm ignore
??
Do you mean that if these users are in the same channel with the bot, and if you use the .channel command in the partyline, that the bot doesn't even see them as being there?
m
marvz
Halfop
Posts: 64
Joined: Fri Jun 18, 2010 2:37 pm

Post by marvz »

I had the same problem with my bot at one point and using the .adduser instead of +user and then adding the flags using .chattr fixed it.
b
blake
Master
Posts: 201
Joined: Mon Feb 23, 2009 9:42 am
Contact:

Post by blake »

me headbutts the desk I havent used eggdrop in a few months forgot about the .adduser always used that on my other lol cheers
Post Reply