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.

DCC/CTCP/Telnet Notify

General support and discussion of Eggdrop bots.
Post Reply
S
Slaktarn
Halfop
Posts: 44
Joined: Wed May 02, 2007 1:48 am

DCC/CTCP/Telnet Notify

Post by Slaktarn »

Is it possible to bind stuff like this in someway from the bot and tell if someone try to login to bot, fails don´t have access or just have wrong password or timeout everything that are usefull to know
## [10:23] CTCP CHAT: from Slaktarn (Slaktarn@netadmin.fun.se)
## [10:23] Telnet connection: 127.0.0.1/1984
## [10:23] Timeout/EOF ident connection
## [10:23] Refused telnet@127.0.0.1 (invalid handle: Slaktarn) <- Invalid nickname
## [10:23] CTCP CHAT: from Slaktarn (Slaktarn@netadmin.fun.se)
## [10:23] Telnet connection: 127.0.0.1/2014
## [10:23] Timeout/EOF ident connection
## [10:24] Bad Password: [Slaktarn]telnet@127.0.0.1/2014 <- Bad Password
## [11:25] CTCP CHAT: from Slaktarn (Slaktarn@netadmin.fun.se)
## [11:25] Telnet connection: 127.0.0.1/3220
## [11:25] Timeout/EOF ident connection
## [11:28] Ident timeout on telnet: telnet@127.0.0.1 -> Ident timeout
Thank you for the help.

/ Slaktarn

Also, when you login to the bot Telnet/CTCP/DCC are it anyway to turn off and tell the bot to skip ident?
User avatar
Madalin
Master
Posts: 310
Joined: Fri Jun 24, 2005 11:36 am
Location: Constanta, Romania
Contact:

Post by Madalin »

Code: Select all

(19) CHON (stackable)
         bind chon <flags> <mask> <proc>
         proc-name <handle> <idx>

         Description: when someone first enters the party-line area of the
           bot via dcc chat or telnet, this is triggered before they are
           connected to a chat channel (so, yes, you can change the channel
           in a 'chon' proc). mask is matched against the handle and supports
           wildcards. This is NOT triggered when someone returns from the
           file area, etc.
         Module: core

    (20) CHOF (stackable)
         bind chof <flags> <mask> <proc>
         proc-name <handle> <idx>

         Description: triggered when someone leaves the party line to
           disconnect from the bot. mask is matched against the handle and
           can contain wildcards. Note that the connection may have already
           been dropped by the user, so don't send output to the idx.
         Module: core
...only
Post Reply