Communauté Eggdrop
Problème bot eggdrop - Version imprimable

+- Communauté Eggdrop (https://forum.eggdrop.fr)
+-- Forum : Eggdrop et TCL (https://forum.eggdrop.fr/forumdisplay.php?fid=8)
+--- Forum : Eggdrop (https://forum.eggdrop.fr/forumdisplay.php?fid=3)
+--- Sujet : Problème bot eggdrop (/showthread.php?tid=349)

Pages : 1 2


RE: Problème bot eggdrop - Alpha_67 - 05/03/2009

Voilà ce que j'ai lors de la connexion, un bon point peut-être ? :
Citation :192.168.1.2 SupportCSS (Eggdrop v1.6.13 © 1997 Robey Pointer © 2002 Eggheads)
Entrez votre surnom.
192.168.1.2 You don't have access.
-23:57:34- * Disconnected



RE: Problème bot eggdrop - CrazyCat - 05/03/2009

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


RE: Problème bot eggdrop - Alpha_67 - 05/03/2009

telnet 192.168.1.2 7130

Citation ::support-css.serveirc NOTICE AUTH :*** Looking up your hostname...
:support-css.serveirc NOTICE AUTH :*** Checking ident...
:support-css.serveirc NOTICE AUTH :*** Couldn't resolve your hostname; using you
r IP address instead


451 NEW :You have not registered


edit: le fichier .user n'es pas créé sous linux et cela ne l'empêche pas de fonctionner...
J'ai importer le fichier de config de linux sous windows et cela ne fonctionne pas sous Windows...
Bizarre quand même...

Essayez avec cygwin ?


RE: Problème bot eggdrop - Alpha_67 - 05/03/2009

Je viens de tester avec cygwin mais erreur lors de l compilation et aucun patch pour résoudre le problème...


RE: Problème bot eggdrop - Alpha_67 - 25/03/2009

J'ai enfin trouvé Smile

Une fois config.bat lancé, connexio en telnet et exécutez :
.chanset #channel


cependant le bot n'est pas opé ?


RE: Problème bot eggdrop - CrazyCat - 25/03/2009

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 @


RE: Problème bot eggdrop - Alpha_67 - 25/03/2009

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


bot ne repond pas au hello - benii - 27/09/2018

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


RE: bot ne repond pas au hello - CrazyCat - 28/09/2018

(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