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
(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