Messages : 2,281
Sujets : 178
Inscription : Apr 2004
Si le fichier .user n'est pas créé, tu n'es pas dans la liste des accès autorisés, il faut entrer "NEW" comme login
Messages : 22
Sujets : 2
Inscription : Mar 2008
Niveau d’avertissement :
0%
Je viens de tester avec cygwin mais erreur lors de l compilation et aucun patch pour résoudre le problème...
Messages : 2,281
Sujets : 178
Inscription : Apr 2004
Si le canal est enregistré et que ton eggdrop n'est pas identifié, ou si l'eggdrop n'est pas le premier arrivé sur le canal, il ne peut pas être automatiquement @
Messages : 22
Sujets : 2
Inscription : Mar 2008
Niveau d’avertissement :
0%
ok mais je constate que le telnet n'est pas top sous XP car si je tape .help ou une autre commande, rien ne s'affiche...
et en dcc : Refused DCC chat
Comment savoir si l'eggdrop a bien été identifié ?
car en tapant /msg Bot mon_pass en telnet, je ne reçoit rien...
Messages : 1
Sujets : 0
Inscription : Sep 2018
Niveau d’avertissement :
0%
27/09/2018, 19:36
(Modification du message : 27/09/2018, 19:37 par benii.)
bonjour a tous je duplicatais un bot et sur putty tout est correct mais quand je tappes /msg bot hello il repond pas quelqu un peut il m aider svp merci
bonjour a tous je duplicatais un bot et sur putty tout est correct mais quand je tappes /msg bot hello il repond pas quelqu un peut il m aider svp merci
Messages : 2,281
Sujets : 178
Inscription : Apr 2004
(27/09/2018, 19:36)benii a écrit : bonjour a tous je duplicatais un bot et sur putty tout est correct mais quand je tappes /msg bot hello il repond pas quelqu un peut il m aider svp merci
Vérifie ta configuration, il y a 2 réglages qui peuvent bloquer ça:
TCL
# If you want people to be able to add themselves to the bot's userlist
# with the default userflags (defined above in the config file) via the
# 'hello' msg command, set this to 1.
set learn-users 0
# Many IRCops find bots by seeing if they reply to 'hello' in a msg.
# You can change this to another word by un-commenting the following
# two lines and changing "myword" to the word wish to use instead of
# 'hello'. It must be a single word.
#unbind msg - hello *msg:hello
#bind msg - myword *msg:hello