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.

Give user access to the bot

Old posts that have not been replied to for several years.
Locked
T
TomSommer

Give user access to the bot

Post by TomSommer »

I want to add a new owner to a channel, so I give him +nmo in the channel #test and +p as a global FLAG

Then he does a /CTCP bot CHAT and I see this in the log

Code: Select all

22:53:21 <bot> [22:54] CTCP CHAT:  from user (Pc34@80.197.147.6)
22:53:25 <bot> [22:54] Telnet connection: 80.197.147.6/1163
22:53:37 <bot> [22:55] Timeout/EOF ident connection
22:53:38 <bot> [22:55] Denied telnet: telnet@80.197.147.6, No Access
Do i need to give him a special "You can use DCC to contact the bot" flag?
P
Photon
Op
Posts: 170
Joined: Wed Aug 28, 2002 8:00 am
Location: Liverpool, England

Post by Photon »

you need to add the host -telnet!*@*

(or of course you could be more specific about the host)
T
TomSommer

Post by TomSommer »

I did that :)

It worked after I gave him +cpt

BTW, +host -telnet!*@* didn't work for me, It just said "That hostmask is already there." which is was not
But it works now
m
masskilla
Op
Posts: 172
Joined: Wed Oct 03, 2001 8:00 pm
Location: Croatia

Post by masskilla »

Hi

When you did .+host -telnet!*@* .. did you maybe include that person's handle, or did you try to add that hostmask to yourself (which you already have assuming you're the owner)?
MaSsKilla

#eggdrop
Undernet
T
TomSommer

Post by TomSommer »

I included the handle, since it didn't work I had to edit the bot's .user file... then it worked with -telnet!*@*
Locked