Mon egg a la facheuse tendance a ban sur le format *!*ident@hostdomain
par exemple :
+b *!*anterre@335301698.fr
Perso je voudrais qu'il ban sur le hostdomain soit :
*!*@335301698.fr
Je pense que ce soucis se règle dans le .conf du eggy, mais j'avoue ne pas trouvé le bon "set"
(la il doit être sur le 3 et il faudrait qu'il soit sur le 2 .. de mémoire ?)
31/01/2012, 15:36 (Modification du message : 31/01/2012, 15:37 par MenzAgitat.)
tu peux en effet définir des valeurs globales dans la section CHANNEL MODULE, mais je m'étonne que tu n'aies pas déjà des lignes similaires dans ton fichier eggdrop.conf.
A moins bien sûr que tu aies fait comme certains qui croient se simplifier la vie en prenant un .conf "allégé" pour en avoir moins à configurer, et qui passent ensuite 1 semaine à essayer de régler les problèmes que ça peut engendrer.
Attention, les valeurs ci-dessous ne sont pas celles par défaut, ce sont celles que j'utilise sur mon egg.
tcl
#### CHANNELS MODULE ####
# This module provides channel related support for the bot. Without it,# you won't be able to make the bot join a channel or save channel# specific userfile information.
loadmodule channels
# Enter here the filename where dynamic channel settings are stored.set chanfile "BooleBot.chan"
# Set this setting to 1 if you want your bot to expire bans/exempts/invites set# by other opped bots on the channel.set force-expire 0
# Set this setting to 1 if you want your bot to share user greets with other# bots on the channel if sharing user data.set share-greet 0
# Set this setting to 1 if you want to allow users to store an info line.set use-info0
# The following settings are used as default values when you .+chan #chan or .tcl# channel add #chan. Look below for explanation of every option.set global-flood-chan 0:0set global-flood-deop 0:0set global-flood-kick 0:0set global-flood-join0:0set global-flood-ctcp 0:0set global-flood-nick 0:0set global-aop-delay 0:0set global-idle-kick 0set global-chanmode "Cnt"set global-stopnethack-mode 0set global-revenge-mode 0set global-ban-type 3set global-ban-time0set global-exempt-time60set global-invite-time60set global-chanset {
-autoop +autovoice
-bitch +cycle
-dontkickops -dynamicbans
-dynamicexempts -dynamicinvites
-enforcebans -greet
-inactive -nodesynch
+protectfriends -protectops
-revenge -revengebot
-secret -seen
-shared -statuslog
+userbans +userexempts
+userinvites -protecthalfops
-autohalfop +static
}
Edit : encore une fois j'ai un temps de retard en répondant. En effet, CrazyCat a la bonne réponse