05/03/2009, 13:15 (Modification du message : 05/03/2009, 13:49 par Alpha_67.)
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...
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 @
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
(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